@PersistantProperty(property="callable") @PersistantProperty(property="arguments",alias="argument") public class Call extends AbstractExecutable implements IExecutable.ValueReturning
Modifier and Type | Class and Description |
---|---|
static class |
Call.Argument
Represents an argument for a call.
|
IExecutable.ValueReturning
Constructor and Description |
---|
Call() |
Modifier and Type | Method and Description |
---|---|
Call |
clone()
Clones the Addon.
|
protected void |
compileExecutable(ICompilationContext ctxt)
Called by
AbstractExecutable.compile(ICompilationContext) to perform compilation operations. |
boolean |
equals(Object o) |
List<? extends Call.Argument> |
getArguments() |
IReadAccessor |
getCallable() |
CostInfo |
getEstimatedReadCost(ICompilationContext ctxt)
This kind of executable should provide a cost estimation in order to be used as accessor
and be optimized effectively.
|
String |
getImplementationId()
Unique addon implementation ID.
|
int |
hashCode() |
protected IExecutionResult |
internalExecute(IExecutionContext ctxt) |
void |
setArguments(List<? extends Call.Argument> arguments) |
void |
setCallable(IReadAccessor callable) |
void |
toString(OuterWithLevel outer)
Method used to send String representation of the current object to the
OuterWithLevel . |
combineResults, compile, compileExecutables, execute, 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
compile, execute, getProperties, hasProperties, hasProperty, removeProperty
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
public static final String CALL_ID
protected void compileExecutable(ICompilationContext ctxt) throws MRuleValidationException
AbstractExecutable
AbstractExecutable.compile(ICompilationContext)
to perform compilation operations.compileExecutable
in class AbstractExecutable
MRuleValidationException
public CostInfo getEstimatedReadCost(ICompilationContext ctxt) throws MRuleValidationException
IExecutable.ValueReturning
getEstimatedReadCost
in interface IExecutable.ValueReturning
MRuleValidationException
protected IExecutionResult internalExecute(IExecutionContext ctxt) throws MExecutionException
internalExecute
in class AbstractExecutable
MExecutionException
public String getImplementationId()
IAddon
getImplementationId
in interface IAddon
public void toString(OuterWithLevel outer) throws IOException
Outable
OuterWithLevel
.toString
in interface Outable
IOException
public Call clone()
IAddon
clone
in interface IAddon
clone
in interface IMRulesObject
clone
in interface IExecutable
clone
in class AbstractExecutable
public IReadAccessor getCallable()
public void setCallable(IReadAccessor callable)
public List<? extends Call.Argument> getArguments()
public void setArguments(List<? extends Call.Argument> arguments)