Package | Description |
---|---|
com.massa.mrules.action | |
com.massa.mrules.callable |
Modifier and Type | Method and Description |
---|---|
IExecutionResult |
MActionUndefine.execute(IExecutionContext ctxt)
Overridden to change thrown exception.
|
IExecutionResult |
IAction.execute(IExecutionContext ctxt)
Executes the action.
|
IExecutionResult |
MActionExec.execute(IExecutionContext ctxt)
Overridden to change thrown exception.
|
IExecutionResult |
AbstractBasicAction.execute(IExecutionContext ctxt)
Overridden to change thrown exception.
|
IExecutionResult |
MActionDefine.execute(IExecutionContext ctxt)
Overridden to change thrown exception.
|
protected IExecutionResult |
MActionClear.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MAccessorWrapper.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionSort.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionAddAll.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionUndefine.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionResetCache.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionExec.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionDefine.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionSet.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionFlowControl.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
MActionAdd.internalExecute(IExecutionContext ctxt) |
protected IExecutionResult |
AbstractActionPrint.internalExecute(IExecutionContext ctxt)
Launches printing after basic streams checks, then calls
AbstractActionPrint.print(IExecutionContext) . |
protected void |
MActionPrintF.print(IExecutionContext ctxt) |
protected void |
MActionPrint.print(IExecutionContext ctxt) |
protected abstract void |
AbstractActionPrint.print(IExecutionContext ctxt)
Handles implementation specificities of printing, and then should redirect effective printing to
AbstractActionPrint.print(IExecutionContext, Object) |
protected void |
AbstractActionPrint.print(IExecutionContext ctxt,
Object sourceVal)
Chooses stream and performs effective printing.
|
Modifier and Type | Method and Description |
---|---|
protected IExecutionResult |
Return.internalExecute(IExecutionContext ctxt) |