Package org.camunda.bpm.engine.delegate
Interface BaseDelegateExecution
- All Superinterfaces:
VariableScope
- All Known Subinterfaces:
ActivityExecution
,CmmnActivityExecution
,CmmnCaseInstance
,DelegateCaseExecution
,DelegateExecution
- All Known Implementing Classes:
CaseExecutionEntity
,CaseExecutionImpl
,CmmnExecution
,CoreExecution
,ExecutionEntity
,ExecutionImpl
,PvmExecutionImpl
- Author:
- Daniel Meyer, Roman Smirnov, Sebastian Menski
-
Method Summary
Modifier and TypeMethodDescriptionThe business key for the root execution (e.g.Theevent name
in case this execution is passed in for anExecutionListener
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.Methods inherited from interface org.camunda.bpm.engine.delegate.VariableScope
getVariable, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariableScopeKey, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal
-
Method Details
-
getId
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. -
getEventName
String getEventName()Theevent name
in case this execution is passed in for anExecutionListener
-
getBusinessKey
String getBusinessKey()The business key for the root execution (e.g. process instance).
-