|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Execution
Represent a 'path of execution' in a process instance.
Note that a ProcessInstance
also is an execution.
方法摘要 | |
---|---|
String |
getActivityId()
Returns the id of the activity where the execution currently is at. |
String |
getId()
The unique identifier of the execution. |
String |
getParentId()
Gets the id of the parent of this execution. |
String |
getProcessInstanceId()
Id of the root of the execution tree representing the process instance. |
boolean |
isEnded()
Indicates if the execution is ended. |
boolean |
isSuspended()
Indicates if the execution is suspended. |
方法详细信息 |
---|
String getId()
boolean isSuspended()
boolean isEnded()
String getActivityId()
String getProcessInstanceId()
getId()
if this execution is the process instance.
String getParentId()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |