|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
方法摘要 | |
---|---|
String |
getBusinessKey()
The user provided unique reference to this process instance. |
String |
getDeleteReason()
Obtains the reason for the process instance's deletion. |
Long |
getDurationInMillis()
The difference between getEndTime() and getStartTime() . |
String |
getEndActivityId()
已过时。 |
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. |
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 getId()
process instance
).
String getBusinessKey()
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()
Map<String,Object> getProcessVariables()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |