public interface HistoryService
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 SQLNativeHistoricTaskInstanceQuery createNativeHistoricTaskInstanceQuery()
HistoricTaskInstance
s via SQLNativeHistoricActivityInstanceQuery createNativeHistoricActivityInstanceQuery()
HistoricActivityInstance
s via SQLList<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.ProcessInstanceHistoryLogQuery createProcessInstanceHistoryLogQuery(String processInstanceId)
ProcessInstanceHistoryLog
for one process instance.Copyright © 2016 Alfresco. All rights reserved.