|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface HistoryService
Service exposing information about ongoing and past process instances. This is different from the runtime information in the sense that this runtime information only contains the actual runtime state at any given moment and it is optimized for runtime process execution performance. The history information is optimized for easy querying and remains permanent in the persistent storage.
方法详细信息 |
---|
HistoricProcessInstanceQuery createHistoricProcessInstanceQuery()
HistoricProcessInstance
s.
HistoricActivityInstanceQuery createHistoricActivityInstanceQuery()
HistoricActivityInstance
s.
HistoricTaskInstanceQuery createHistoricTaskInstanceQuery()
HistoricTaskInstance
s.
HistoricDetailQuery createHistoricDetailQuery()
HistoricDetail
s.
NativeHistoricDetailQuery createNativeHistoricDetailQuery()
NativeQuery
for process definitions.
HistoricVariableInstanceQuery createHistoricVariableInstanceQuery()
HistoricVariableInstance
s.
NativeHistoricVariableInstanceQuery createNativeHistoricVariableInstanceQuery()
NativeQuery
for process definitions.
void deleteHistoricTaskInstance(String taskId)
dynamically created
and then completed
.
If the historic task instance doesn't exist, no exception is thrown and the
method returns normal.
void deleteHistoricProcessInstance(String processInstanceId)
NativeHistoricProcessInstanceQuery createNativeHistoricProcessInstanceQuery()
HistoricProcessInstance
s via SQL
NativeHistoricTaskInstanceQuery createNativeHistoricTaskInstanceQuery()
HistoricTaskInstance
s via SQL
NativeHistoricActivityInstanceQuery createNativeHistoricActivityInstanceQuery()
HistoricActivityInstance
s via SQL
List<HistoricIdentityLink> getHistoricIdentityLinksForTask(String taskId)
HistoricIdentityLink
s associated with the given task.
Such an IdentityLink
informs how a certain identity (eg. group or user)
is associated with a certain task (eg. as candidate, assignee, etc.), even if the
task is completed as opposed to IdentityLink
s which only exist for active
tasks.
List<HistoricIdentityLink> getHistoricIdentityLinksForProcessInstance(String processInstanceId)
HistoricIdentityLink
s associated with the given process instance.
Such an IdentityLink
informs how a certain identity (eg. group or user)
is associated with a certain process instance, even if the instance is completed as
opposed to IdentityLink
s which only exist for active instances.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |