public interface HistoricProcessInstance
Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey()
The user provided unique reference to this process instance.
|
String |
getDeleteReason()
Obtains the reason for the process instance's deletion.
|
String |
getDeploymentId()
The deployment id of the process definition of the process instance.
|
String |
getDescription()
The description for the process instance.
|
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 |
getName()
The name for the process instance.
|
String |
getProcessDefinitionId()
The process definition reference.
|
String |
getProcessDefinitionKey()
The key of the process definition of the process instance.
|
String |
getProcessDefinitionName()
The name of the process definition of the process instance.
|
Integer |
getProcessDefinitionVersion()
The version of the process definition of the process instance.
|
Map<String,Object> |
getProcessVariables()
Returns the process variables if requested in the process instance query
|
String |
getStartActivityId()
The start activity.
|
Date |
getStartTime()
The time the process was started.
|
String |
getStartUserId()
The authenticated user that started this process instance.
|
String |
getSuperProcessInstanceId()
The process instance id of a potential super process instance or null if no super process instance exists
|
String |
getTenantId()
The tenant identifier for the process instance.
|
void |
setLocalizedDescription(String description)
Sets an optional localized description for the process instance.
|
void |
setLocalizedName(String name)
Sets an optional localized name for the process instance.
|
String getId()
process instance
).String getBusinessKey()
String getProcessDefinitionId()
String getProcessDefinitionName()
String getProcessDefinitionKey()
Integer getProcessDefinitionVersion()
String getDeploymentId()
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()
String getStartActivityId()
String getDeleteReason()
String getSuperProcessInstanceId()
String getTenantId()
String getName()
String getDescription()
void setLocalizedName(String name)
void setLocalizedDescription(String description)
Copyright © 2016 Alfresco. All rights reserved.