public class HistoryServiceImpl extends ServiceImpl implements HistoryService
commandExecutor, processEngineConfiguration
Constructor and Description |
---|
HistoryServiceImpl() |
HistoryServiceImpl(ProcessEngineConfigurationImpl processEngineConfiguration) |
getCommandExecutor, setCommandExecutor
public HistoryServiceImpl()
public HistoryServiceImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
public HistoricProcessInstanceQuery createHistoricProcessInstanceQuery()
HistoryService
HistoricProcessInstance
s.createHistoricProcessInstanceQuery
in interface HistoryService
public HistoricActivityInstanceQuery createHistoricActivityInstanceQuery()
HistoryService
HistoricActivityInstance
s.createHistoricActivityInstanceQuery
in interface HistoryService
public HistoricTaskInstanceQuery createHistoricTaskInstanceQuery()
HistoryService
HistoricTaskInstance
s.createHistoricTaskInstanceQuery
in interface HistoryService
public HistoricDetailQuery createHistoricDetailQuery()
HistoryService
HistoricDetail
s.createHistoricDetailQuery
in interface HistoryService
public NativeHistoricDetailQuery createNativeHistoricDetailQuery()
HistoryService
NativeQuery
for process definitions.createNativeHistoricDetailQuery
in interface HistoryService
public HistoricVariableInstanceQuery createHistoricVariableInstanceQuery()
HistoryService
HistoricVariableInstance
s.createHistoricVariableInstanceQuery
in interface HistoryService
public NativeHistoricVariableInstanceQuery createNativeHistoricVariableInstanceQuery()
HistoryService
NativeQuery
for process definitions.createNativeHistoricVariableInstanceQuery
in interface HistoryService
public void deleteHistoricTaskInstance(String taskId)
HistoryService
dynamically created
and then completed
. If the
historic task instance doesn't exist, no exception is thrown and the method returns normal.deleteHistoricTaskInstance
in interface HistoryService
public void deleteHistoricProcessInstance(String processInstanceId)
HistoryService
deleteHistoricProcessInstance
in interface HistoryService
public NativeHistoricProcessInstanceQuery createNativeHistoricProcessInstanceQuery()
HistoryService
HistoricProcessInstance
s via SQLcreateNativeHistoricProcessInstanceQuery
in interface HistoryService
public NativeHistoricTaskInstanceQuery createNativeHistoricTaskInstanceQuery()
HistoryService
HistoricTaskInstance
s via SQLcreateNativeHistoricTaskInstanceQuery
in interface HistoryService
public NativeHistoricActivityInstanceQuery createNativeHistoricActivityInstanceQuery()
HistoryService
HistoricActivityInstance
s via SQLcreateNativeHistoricActivityInstanceQuery
in interface HistoryService
public List<HistoricIdentityLink> getHistoricIdentityLinksForProcessInstance(String processInstanceId)
HistoryService
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.getHistoricIdentityLinksForProcessInstance
in interface HistoryService
public List<HistoricIdentityLink> getHistoricIdentityLinksForTask(String taskId)
HistoryService
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.getHistoricIdentityLinksForTask
in interface HistoryService
public ProcessInstanceHistoryLogQuery createProcessInstanceHistoryLogQuery(String processInstanceId)
HistoryService
ProcessInstanceHistoryLog
for one process instance.createProcessInstanceHistoryLogQuery
in interface HistoryService
Copyright © 2017 Flowable. All rights reserved.