public class PluginMap extends AbstractPluginTable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
after
true, to resolve content before mapping, false, otherwise.
|
static String |
END_DATA
Start code replacement.
|
static String |
START_DATA
Start code replacement.
|
scopenameFEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_NORMALIZER, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT, FEATURE_WAITparameters| Constructor and Description |
|---|
PluginMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
doEnd(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Perform an ending action.
|
ENext |
doStart(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Perform the plugin start action.
|
ActionType |
getActionType()
Get the plugin type.
|
Boolean |
getAfter()
The order of mapping, before or after perform content.
|
protected void |
process(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Processo the content creating the mappings.
|
void |
setAfter(Boolean after)
Change perform order.
|
doEnd, doStart, getTableAdapter, initialize, initialize, toStringgetScope, saveGlobal, saveLocal, saveStrict, setScopegetName, setNamecopy, getCondition, getConditionModel, getNormalized, getNormalized, getNormalizer, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setNormalizer, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModelgetParameters, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParameters, setParameterspublic static final String START_DATA
public static final String END_DATA
protected Boolean after
public Boolean getAfter()
public void setAfter(Boolean after)
after - true, to perform content previously, false, otherwise.public ActionType getActionType()
IActionTypepublic ENext doStart(IContext context, IResultSet result, TableAdapter tableAdapter) throws PluginException
AbstractPluginTabledoStart in class AbstractPluginTablecontext - The context.result - The result.tableAdapter - The adapter.PluginException - On plugin errors.public void doEnd(IContext context, IResultSet result, TableAdapter tableAdapter) throws PluginException
AbstractPluginTabledoEnd in class AbstractPluginTablecontext - The context.result - The result set.tableAdapter - The adapter.PluginException - On plugin errors.protected void process(IContext context, IResultSet result, TableAdapter tableAdapter) throws PluginException
context - The context.result - The result.tableAdapter - The adapter.PluginException - On execution errors.Copyright © 2016. All rights reserved.