public interface HistoryService
HistoricProcessInstanceQuery createHistoricProcessInstanceQuery()
HistoricProcessInstances.HistoricActivityInstanceQuery createHistoricActivityInstanceQuery()
HistoricActivityInstances.HistoricTaskInstanceQuery createHistoricTaskInstanceQuery()
HistoricTaskInstances.HistoricDetailQuery createHistoricDetailQuery()
HistoricDetails.NativeHistoricDetailQuery createNativeHistoricDetailQuery()
NativeQuery for process definitions.HistoricVariableInstanceQuery createHistoricVariableInstanceQuery()
HistoricVariableInstances.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)
void deleteTaskAndActivityDataOfRemovedHistoricProcessInstances()
void deleteRelatedDataOfRemovedHistoricProcessInstances()
NativeHistoricProcessInstanceQuery createNativeHistoricProcessInstanceQuery()
HistoricProcessInstances via SQLNativeHistoricTaskInstanceQuery createNativeHistoricTaskInstanceQuery()
HistoricTaskInstances via SQLNativeHistoricActivityInstanceQuery createNativeHistoricActivityInstanceQuery()
HistoricActivityInstances via SQLList<HistoricIdentityLink> getHistoricIdentityLinksForTask(String taskId)
HistoricIdentityLinks 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.List<HistoricIdentityLink> getHistoricIdentityLinksForProcessInstance(String processInstanceId)
HistoricIdentityLinks 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.List<HistoricEntityLink> getHistoricEntityLinkChildrenForProcessInstance(String processInstanceId)
HistoricEntityLinks associated with the given process instance.List<HistoricEntityLink> getHistoricEntityLinkChildrenWithSameRootAsProcessInstance(String processInstanceId)
HistoricEntityLinks associated with same root as the given process instance.List<HistoricEntityLink> getHistoricEntityLinkChildrenForTask(String taskId)
HistoricEntityLinks associated with the given task.List<HistoricEntityLink> getHistoricEntityLinkParentsForProcessInstance(String processInstanceId)
HistoricEntityLinks where the given process instance is referenced.List<HistoricEntityLink> getHistoricEntityLinkParentsForTask(String taskId)
HistoricEntityLinks where the given task is referenced.ProcessInstanceHistoryLogQuery createProcessInstanceHistoryLogQuery(String processInstanceId)
ProcessInstanceHistoryLog for one process instance.void deleteHistoricTaskLogEntry(long logNumber)
logNumber - user task log entry identifierHistoricTaskLogEntryBuilder createHistoricTaskLogEntryBuilder(TaskInfo task)
task - to which is log related toHistoricTaskLogEntryBuilder createHistoricTaskLogEntryBuilder()
HistoricTaskLogEntryQuery createHistoricTaskLogEntryQuery()
HistoricTaskLogEntryQuery that can be used to dynamically query task log entries.NativeHistoricTaskLogEntryQuery createNativeHistoricTaskLogEntryQuery()
NativeHistoricTaskLogEntryQuery for HistoricTaskLogEntrys.Copyright © 2023 Flowable. All rights reserved.