|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricCaseInstance
A single execution of a case definition that is stored permanently.
| Method Summary | |
|---|---|
String |
getBusinessKey()
The user provided unique reference to this process instance. |
String |
getCaseDefinitionId()
The case definition reference. |
Date |
getCloseTime()
The time the case was closed. |
Date |
getCreateTime()
The time the case was created. |
String |
getCreateUserId()
The authenticated user that created this case instance. |
Long |
getDurationInMillis()
The difference between getCloseTime() and getCreateTime(). |
String |
getId()
The case instance id (== as the id of the runtime CaseInstance). |
String |
getSuperCaseInstanceId()
The case instance id of a potential super case instance or null if no super case instance exists. |
String |
getSuperProcessInstanceId()
The process instance id of a potential super process instance or null if no super process instance exists. |
String |
getTenantId()
The id of the tenant this historic case instance belongs to. |
boolean |
isActive()
Check if the case is active. |
boolean |
isClosed()
Check if the case is closed. |
boolean |
isCompleted()
Check if the case is completed. |
boolean |
isTerminated()
Check if the case is terminated. |
| Method Detail |
|---|
String getId()
CaseInstance).
String getBusinessKey()
String getCaseDefinitionId()
Date getCreateTime()
Date getCloseTime()
Long getDurationInMillis()
getCloseTime() and getCreateTime().
String getCreateUserId()
IdentityService.setAuthenticatedUserId(String)String getSuperCaseInstanceId()
String getSuperProcessInstanceId()
String getTenantId()
null
if the historic case instance belongs to no single tenant.
boolean isActive()
boolean isCompleted()
boolean isTerminated()
boolean isClosed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||