|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface DelegateExecution
Execution used in JavaDelegate
s and ExecutionListener
s.
方法摘要 | |
---|---|
String |
getBusinessKey()
已过时。 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. |
方法详细信息 |
---|
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()
String getProcessDefinitionId()
String getParentId()
String getCurrentActivityId()
String getCurrentActivityName()
EngineServices getEngineServices()
String updateProcessBusinessKey(String bzKey)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |