public interface DelegateExecution extends VariableScope
JavaDelegates and ExecutionListeners.| Modifier and Type | Method and Description |
|---|---|
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 |
getCurrentActivityId()
Gets the id of the current activity.
|
String |
getCurrentActivityName()
Gets the name of the current activity.
|
EngineServices |
getEngineServices()
All Activiti services can be accessed through this interface.
|
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 |
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
|
String |
updateProcessBusinessKey(String bzKey)
Update process business key if not null.
|
createVariableLocal, getVariable, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocalString getId()
String getProcessInstanceId()
String getEventName()
event name in case this execution is passed in for an ExecutionListenerString 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()
String getProcessDefinitionId()
String getParentId()
String getCurrentActivityId()
String getCurrentActivityName()
EngineServices getEngineServices()
Copyright © 2013 Alfresco. All rights reserved.