|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DelegateExecution
Execution used in JavaDelegate
s and ExecutionListener
s.
Method Summary | |
---|---|
String |
getActivityInstanceId()
return the Id of the activity instance currently executed by this execution |
String |
getCurrentActivityId()
Gets the id of the current activity. |
String |
getCurrentActivityName()
Gets the name of the current activity. |
String |
getCurrentTransitionId()
return the Id of the current transition |
String |
getParentActivityInstanceId()
return the Id of the parent activity instance currently executed by this execution |
String |
getParentId()
Gets the id of the parent of this execution. |
String |
getProcessBusinessKey()
The business key for the process instance this execution is associated with. |
String |
getProcessDefinitionId()
The process definition key for the process instance this execution is associated with. |
String |
getProcessInstanceId()
Reference to the overall process instance |
Methods inherited from interface org.camunda.bpm.engine.delegate.BaseDelegateExecution |
---|
getBusinessKey, getEventName, getId |
Methods inherited from interface org.camunda.bpm.engine.delegate.VariableScope |
---|
getVariable, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal |
Methods inherited from interface org.camunda.bpm.engine.delegate.BpmnModelExecutionContext |
---|
getBpmnModelElementInstance, getBpmnModelInstance |
Methods inherited from interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware |
---|
getProcessEngineServices |
Method Detail |
---|
String getProcessInstanceId()
String getProcessBusinessKey()
String getProcessDefinitionId()
String getParentId()
String getCurrentActivityId()
String getCurrentActivityName()
String getActivityInstanceId()
String getParentActivityInstanceId()
String getCurrentTransitionId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |