|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
| Method Summary | |
|---|---|
String |
getBusinessKey()
The user provided unique reference to this process instance. |
String |
getCaseInstanceId()
The case instance id of a potential super case instance or null if no super case instance exists |
String |
getDeleteReason()
Obtains the reason for the process instance's deletion. |
Long |
getDurationInMillis()
The difference between getEndTime() and getStartTime() . |
String |
getEndActivityId()
Deprecated. |
Date |
getEndTime()
The time the process was ended. |
String |
getId()
The process instance id (== as the id for the runtime process instance). |
String |
getProcessDefinitionId()
The process definition reference. |
String |
getProcessDefinitionKey()
The process definition key reference. |
String |
getStartActivityId()
The start activity. |
Date |
getStartTime()
The time the process was started. |
String |
getStartUserId()
The authenticated user that started this process instance. |
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 |
| Method Detail |
|---|
String getId()
process instance).
String getBusinessKey()
String getProcessDefinitionKey()
String getProcessDefinitionId()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime() and getStartTime() .
@Deprecated String getEndActivityId()
HistoricActivityInstanceQuery instead to query
for end events of the process instance (use the activityTYpe attribute)
String getStartUserId()
IdentityService.setAuthenticatedUserId(String)String getStartActivityId()
String getDeleteReason()
String getSuperProcessInstanceId()
String getSuperCaseInstanceId()
String getCaseInstanceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||