|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ProcessDefinition:ExecutionListener publishing events using the cdi event
infrastructure.BpmnParseListener registering the CdiEventListener for
distributing execution events using the cdi event infrastructureExpressionManager for resolving Cdi-managed beans.BeanManager.TaskService.complete(String)
Ends the current unit of work (flushes changes to process variables set
using BusinessProcess.setVariable(String, Object) or made on
@BusinessProcessScoped beans).
Interceptor for handling the CompleteTask-AnnotationCommandContextCloseListener which releases a CDI Creational Context when the command context is closed.VariableMap of local cached variables and clear the internal variable cache.
VariableMap of cached variables and clear the internal variable cache.
BusinessProcess.getAndClearCachedVariableMap() instead
BusinessProcess.getAndClearCachedLocalVariableMap() instead
VariableMap of local cached variables.
VariableMap of cached variables.
ProcessInstance currently associated or 'null'
ProcessInstance currently associated or 'null'
Task or 'null'
Task or 'null'
BusinessProcess.getCachedVariableMap() instead
BusinessProcess.getCachedLocalVariableMap() instead
Execution is associated.
BusinessProcess.setVariableLocal(String, Object) and
BusinessProcess.getVariableLocal(String), so that they are not flushed
prematurely.BusinessProcess.setVariable(String, Object) and
BusinessProcess.getVariable(String), so that they are not flushed
prematurely.RuntimeService.signal(String)
Ends the current unit of work (flushes changes to process variables set
using BusinessProcess.setVariable(String, Object) or made on
@BusinessProcessScoped beans).
TaskForm.startProcessInstanceByIdForm() instead
TaskForm.startProcessInstanceByKeyForm() instead
StartProcess annotationTaskForm.startTaskForm() instead
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||