Package | Description |
---|---|
com.massa.mrules.context.execute |
Modifier and Type | Method and Description |
---|---|
MInOutExecutionContext<Object,Object> |
AbstractExecutionContext.getSubContextForNewBases(Object newReadBase,
Object newWriteBase) |
MInOutExecutionContext<Object,Object> |
IExecutionContext.getSubContextForNewBases(Object newReadBase,
Object newWriteBase)
Gets a new Execution Context instance, modifying the following behaviours :
Read and write bases are the provided newReadBase and newWriteBase
Cache is disabled
|
MInOutExecutionContext<Object,Object> |
ExecutionContextWrapper.getSubContextForNewBases(Object newReadBase,
Object newWriteBase)
Deprecated.
|
MInOutExecutionContext<Object,Object> |
AbstractExecutionContext.getSubContextForNewVariables() |
MInOutExecutionContext<Object,Object> |
IExecutionContext.getSubContextForNewVariables()
Gets a new Execution Context instance, modifying the following behaviours :
Variables repository is different
|
MInOutExecutionContext<Object,Object> |
ExecutionContextWrapper.getSubContextForNewVariables()
Deprecated.
|