public interface Execution
ProcessInstance
also is an execution.Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
Returns the id of the activity where the execution currently is at.
|
String |
getDescription()
Returns the description of this execution.
|
String |
getId()
The unique identifier of the execution.
|
String |
getName()
Returns the name of this 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.
|
String |
getSuperExecutionId()
Gets the id of the super execution of this execution.
|
String |
getTenantId()
The tenant identifier of this 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()
String getSuperExecutionId()
String getTenantId()
String getName()
String getDescription()
Copyright © 2016 Alfresco. All rights reserved.