|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
方法摘要 | |
---|---|
String |
getActivityId()
The unique identifier of the activity in the process |
String |
getActivityName()
The display name for the activity |
String |
getActivityType()
The XML tag of the activity as in the process file |
String |
getAssignee()
Assignee in case of user task activity |
String |
getCalledProcessInstanceId()
The called process instance in case of call activity |
Long |
getDurationInMillis()
Difference between getEndTime() and getStartTime() . |
Date |
getEndTime()
Time when the activity instance ended |
String |
getExecutionId()
Execution reference |
String |
getId()
The unique identifier of this historic activity instance. |
String |
getProcessDefinitionId()
Process definition reference |
String |
getProcessInstanceId()
Process instance reference |
Date |
getStartTime()
Time when the activity instance started |
String |
getTaskId()
The corresponding task in case of task activity |
方法详细信息 |
---|
String getId()
String getActivityId()
String getActivityName()
String getActivityType()
String getProcessDefinitionId()
String getProcessInstanceId()
String getExecutionId()
String getTaskId()
String getCalledProcessInstanceId()
String getAssignee()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime()
and getStartTime()
.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |