|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoricCaseActivityInstance
Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes.
Method Summary | |
---|---|
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 |
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. |
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 |
isTerminated()
Check if the case activity is terminated. |
Method Detail |
---|
String getId()
String getParentCaseActivityInstanceId()
String getCaseActivityId()
String getCaseActivityName()
String getCaseDefinitionId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
String getCalledProcessInstanceId()
String getCalledCaseInstanceId()
Date getCreateTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime()
and getCreateTime()
.
boolean isAvailable()
boolean isEnabled()
boolean isDisabled()
boolean isActive()
boolean isCompleted()
boolean isTerminated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |