|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Execution
Represent a 'path of execution' in a process instance.
Note that a ProcessInstance
also is an execution.
Method Summary | |
---|---|
String |
getId()
The unique identifier of the execution. |
String |
getProcessInstanceId()
Id of the root of the execution tree representing the process instance. |
String |
getTenantId()
The id of the tenant this execution belongs to. |
boolean |
isEnded()
Indicates if the execution is ended. |
boolean |
isSuspended()
Indicates if the execution is suspended. |
Method Detail |
---|
String getId()
boolean isSuspended()
boolean isEnded()
String getProcessInstanceId()
getId()
if this execution is the process instance.
String getTenantId()
null
if the execution belongs to no single tenant.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |