public interface CaseExecution
Represent a planned item in a case instance.
Note that a CaseInstance
also is an case execution.
Modifier and Type | Method and Description |
---|---|
String |
getActivityDescription()
The description of the activity associated with
this case execution. |
String |
getActivityId()
The id of the activity associated with
this case execution. |
String |
getActivityName()
The name of the activity associated with
this case execution. |
String |
getActivityType()
The type of the activity associated with
this case execution. |
String |
getCaseDefinitionId()
The id of the case definition of the case execution.
|
String |
getCaseInstanceId()
Id of the root of the case execution tree representing the case instance.
|
String |
getId()
The unique identifier of the case execution.
|
String |
getParentId()
The id of the parent of
this case execution. |
String |
getTenantId()
The id of the tenant this case execution belongs to.
|
boolean |
isActive()
Returns
true if the case execution is active. |
boolean |
isAvailable()
Returns
true if the case execution is available. |
boolean |
isDisabled()
Returns
true if the case execution is disabled. |
boolean |
isEnabled()
Returns
true if the case execution is enabled. |
boolean |
isRequired()
Returns
true if the case execution is required. |
boolean |
isTerminated()
Returns
true if the case execution is terminated. |
String getId()
The unique identifier of the case execution.
String getCaseInstanceId()
Id of the root of the case execution tree representing the case instance.
It is the same as getId()
if this case execution is the case instance.
String getCaseDefinitionId()
The id of the case definition of the case execution.
String getActivityId()
The id of the activity associated with this
case execution.
String getActivityName()
The name of the activity associated with this
case execution.
String getActivityType()
The type of the activity associated with this
case execution.
String getActivityDescription()
The description of the activity associated with this
case execution.
String getParentId()
The id of the parent of this
case execution.
boolean isRequired()
Returns true
if the case execution is required.
boolean isAvailable()
Returns true
if the case execution is available.
boolean isActive()
Returns true
if the case execution is active.
boolean isEnabled()
Returns true
if the case execution is enabled.
Note: If this case execution is the case execution, it will
return always false
.
boolean isDisabled()
Returns true
if the case execution is disabled.
Note: If this case execution is the case instance, it will
return always false
.
boolean isTerminated()
Returns true
if the case execution is terminated.
String getTenantId()
null
if the case execution belongs to no single tenant.Copyright © 2017. All rights reserved.