Package | Description |
---|---|
org.activiti.engine.compatibility | |
org.activiti.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate s. |
Modifier and Type | Method and Description |
---|---|
Object |
Activiti5CompatibilityHandler.getScriptingEngineValue(String payloadExpressionValue,
String languageValue,
DelegateExecution execution) |
void |
Activiti5CompatibilityHandler.leaveExecution(DelegateExecution execution) |
boolean |
Activiti5CompatibilityHandler.mapException(Exception camelException,
DelegateExecution execution,
List<org.activiti.bpmn.model.MapExceptionEntry> mapExceptions) |
void |
Activiti5CompatibilityHandler.propagateError(BpmnError bpmnError,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
DelegateExecution |
DelegateTask.getExecution()
Returns the execution currently at the task.
|
DelegateExecution |
DelegateExecution.getParent()
returns the parent of this execution, or null if there no parent.
|
Modifier and Type | Method and Description |
---|---|
List<? extends DelegateExecution> |
DelegateExecution.getExecutions()
returns the list of execution of which this execution the parent of.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaDelegate.execute(DelegateExecution execution) |
void |
ExecutionListener.notify(DelegateExecution execution) |
Copyright © 2015 Alfresco. All rights reserved.