Package | Description |
---|---|
com.massa.mrules.executable |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionControlDirective |
Modifier and Type | Method and Description |
---|---|
IExecutionControlDirective |
ExecutionResultWrapper.getDirective() |
IExecutionControlDirective |
IExecutionResult.getDirective()
Returns the directive to transmit to parent
IExecutable , so that they can make appropriate actions. |
Modifier and Type | Method and Description |
---|---|
static IExecutionResult |
ExecutionResultWrapper.wrapForDirective(IExecutionResult result,
IExecutionControlDirective directive)
Easy way to wrap a result with a directive
|
static IExecutionResult |
ExecutionResultWrapper.wrapForDirectiveAndReturnedValue(IExecutionResult result,
Object returnedValue,
IExecutionControlDirective directive)
Easy way to wrap a result with a return value and a directive
|