@PersistantProperties(properties=@PersistantProperty(property="accessor")) public final class MAccessorWrapper extends AbstractBasicAction
IReadAccessor
flagged with
IReadAccessor.Standalone
interface can be wrapped.IExecutable.ValueReturning
Modifier and Type | Field and Description |
---|---|
static String |
ACCEXEC_ID |
Constructor and Description |
---|
MAccessorWrapper() |
MAccessorWrapper(IReadAccessor.Standalone accessor) |
Modifier and Type | Method and Description |
---|---|
MAccessorWrapper |
clone()
Clones the Addon.
|
protected void |
compileExecutable(ICompilationContext ctxt)
Called by
AbstractExecutable.compile(ICompilationContext) to perform compilation operations. |
boolean |
equals(Object o) |
IReadAccessor.Standalone |
getAccessor() |
String |
getImplementationId()
Unique addon implementation ID.
|
int |
hashCode() |
protected IExecutionResult |
internalExecute(IExecutionContext ctxt) |
void |
setAccessor(IReadAccessor.Standalone accessor) |
void |
toString(OuterWithLevel outer)
Method used to send String representation of the current object to the
OuterWithLevel . |
execute
combineResults, compile, compileExecutables, execute, execute, getProperties, getProperty, hasProperties, hasProperty, removeProperty, setProperty
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, toString, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
finalize, getClass, notify, notifyAll, wait, wait, wait
getProperties, hasProperties, hasProperty, removeProperty
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
public static final String ACCEXEC_ID
public MAccessorWrapper()
public MAccessorWrapper(IReadAccessor.Standalone accessor)
protected void compileExecutable(ICompilationContext ctxt) throws MRuleValidationException
AbstractExecutable
AbstractExecutable.compile(ICompilationContext)
to perform compilation operations.compileExecutable
in class AbstractExecutable
MRuleValidationException
AbstractExecutable.compileExecutable(ICompilationContext)
protected IExecutionResult internalExecute(IExecutionContext ctxt) throws MActionExecutionException
internalExecute
in class AbstractExecutable
MActionExecutionException
public void toString(OuterWithLevel outer) throws IOException
Outable
OuterWithLevel
.IOException
public String getImplementationId()
IAddon
public MAccessorWrapper clone()
IAddon
clone
in interface IAction
clone
in interface IAddon
clone
in interface IMRulesObject
clone
in interface IExecutable
clone
in class AbstractBasicAction
public IReadAccessor.Standalone getAccessor()
public void setAccessor(IReadAccessor.Standalone accessor)