public class HistoryServiceImpl extends ServiceImpl implements HistoryService
commandExecutor, processEngineConfiguration| Constructor and Description |
|---|
HistoryServiceImpl() |
HistoryServiceImpl(ProcessEngineConfigurationImpl processEngineConfiguration) |
getCommandExecutor, setCommandExecutorpublic HistoryServiceImpl()
public HistoryServiceImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
public HistoricProcessInstanceQuery createHistoricProcessInstanceQuery()
HistoryServiceHistoricProcessInstances.createHistoricProcessInstanceQuery in interface HistoryServicepublic HistoricActivityInstanceQuery createHistoricActivityInstanceQuery()
HistoryServiceHistoricActivityInstances.createHistoricActivityInstanceQuery in interface HistoryServicepublic HistoricTaskInstanceQuery createHistoricTaskInstanceQuery()
HistoryServiceHistoricTaskInstances.createHistoricTaskInstanceQuery in interface HistoryServicepublic HistoricDetailQuery createHistoricDetailQuery()
HistoryServiceHistoricDetails.createHistoricDetailQuery in interface HistoryServicepublic NativeHistoricDetailQuery createNativeHistoricDetailQuery()
HistoryServiceNativeQuery for process definitions.createNativeHistoricDetailQuery in interface HistoryServicepublic HistoricVariableInstanceQuery createHistoricVariableInstanceQuery()
HistoryServiceHistoricVariableInstances.createHistoricVariableInstanceQuery in interface HistoryServicepublic NativeHistoricVariableInstanceQuery createNativeHistoricVariableInstanceQuery()
HistoryServiceNativeQuery for process definitions.createNativeHistoricVariableInstanceQuery in interface HistoryServicepublic void deleteHistoricTaskInstance(String taskId)
HistoryServicedynamically created and then completed.
If the historic task instance doesn't exist, no exception is thrown and the
method returns normal.deleteHistoricTaskInstance in interface HistoryServicepublic void deleteHistoricProcessInstance(String processInstanceId)
HistoryServicedeleteHistoricProcessInstance in interface HistoryServicepublic NativeHistoricProcessInstanceQuery createNativeHistoricProcessInstanceQuery()
HistoryServiceHistoricProcessInstances via SQLcreateNativeHistoricProcessInstanceQuery in interface HistoryServicepublic NativeHistoricTaskInstanceQuery createNativeHistoricTaskInstanceQuery()
HistoryServiceHistoricTaskInstances via SQLcreateNativeHistoricTaskInstanceQuery in interface HistoryServicepublic NativeHistoricActivityInstanceQuery createNativeHistoricActivityInstanceQuery()
HistoryServiceHistoricActivityInstances via SQLcreateNativeHistoricActivityInstanceQuery in interface HistoryServicepublic List<HistoricIdentityLink> getHistoricIdentityLinksForProcessInstance(String processInstanceId)
HistoryServiceHistoricIdentityLinks 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 IdentityLinks which only exist for active instances.getHistoricIdentityLinksForProcessInstance in interface HistoryServicepublic List<HistoricIdentityLink> getHistoricIdentityLinksForTask(String taskId)
HistoryServiceHistoricIdentityLinks 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 IdentityLinks which only exist for active
tasks.getHistoricIdentityLinksForTask in interface HistoryServicepublic ProcessInstanceHistoryLogQuery createProcessInstanceHistoryLogQuery(String processInstanceId)
HistoryServiceProcessInstanceHistoryLog for one process instance.createProcessInstanceHistoryLogQuery in interface HistoryServiceCopyright © 2016 Alfresco. All rights reserved.