public interface HistoricCaseActivityInstance
Modifier and Type | Method and Description |
---|---|
String |
getCalledCaseInstanceId()
The corresponding case in case of a case task activity.
|
String |
getCalledProcessInstanceId()
The corresponding process in case of a process task activity.
|
String |
getCaseActivityId()
The unique identifier of the case activity in the case.
|
String |
getCaseActivityName()
The display name for the case activity.
|
String |
getCaseActivityType()
The display type for the case activity.
|
String |
getCaseDefinitionId()
The case definition reference.
|
String |
getCaseExecutionId()
The case execution reference.
|
String |
getCaseInstanceId()
The case instance reference.
|
Date |
getCreateTime()
The time when the case activity was created.
|
Long |
getDurationInMillis()
Difference between
getEndTime() and getCreateTime() . |
Date |
getEndTime()
The time when the case activity ended
|
String |
getId()
The id of the case activity instance (== as the id of the runtime activity).
|
String |
getParentCaseActivityInstanceId()
The id of the parent case activity instance.
|
String |
getTaskId()
The corresponding task in case of a human task activity.
|
String |
getTenantId()
The id of the tenant this historic case activity instance belongs to.
|
boolean |
isActive()
Check if the case activity is active.
|
boolean |
isAvailable()
Check if the case activity is available.
|
boolean |
isCompleted()
Check if the case activity is completed.
|
boolean |
isDisabled()
Check if the case activity is disabled.
|
boolean |
isEnabled()
Check if the case activity is enabled.
|
boolean |
isRequired()
Check if the case activity is required.
|
boolean |
isTerminated()
Check if the case activity is terminated.
|
String getId()
String getParentCaseActivityInstanceId()
String getCaseActivityId()
String getCaseActivityName()
String getCaseActivityType()
String getCaseDefinitionId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
String getCalledProcessInstanceId()
String getCalledCaseInstanceId()
String getTenantId()
null
if the historic case activity instance belongs to no single tenant.Date getCreateTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime()
and getCreateTime()
.boolean isRequired()
boolean isAvailable()
boolean isEnabled()
boolean isDisabled()
boolean isActive()
boolean isCompleted()
boolean isTerminated()
Copyright © 2022. All rights reserved.