|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelegateExecution
Execution used in JavaDelegates and ExecutionListeners.
| Method Summary | |
|---|---|
String |
getBusinessKey()
Deprecated. use getProcessBusinessKey() to get the business key for the process
associated with this execution, regardless whether or not this execution is a
process-instance. |
String |
getEventName()
The event name in case this execution is passed in for an ExecutionListener |
String |
getId()
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states. |
String |
getProcessBusinessKey()
The business key for the process instance this execution is associated with. |
String |
getProcessInstanceId()
Reference to the overall process instance |
| Methods inherited from interface org.activiti.engine.delegate.VariableScope |
|---|
createVariableLocal, createVariablesLocal, getVariable, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal |
| Method Detail |
|---|
String getId()
String getProcessInstanceId()
String getEventName()
event name in case this execution is passed in for an ExecutionListener
String getBusinessKey()
getProcessBusinessKey() to get the business key for the process
associated with this execution, regardless whether or not this execution is a
process-instance.
String getProcessBusinessKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||