Package org.activiti.engine.history
Classes related to the
HistoryService.-
Interface Summary Interface Description DeleteReason HistoricActivityInstance Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.HistoricActivityInstanceQuery Programmatic querying forHistoricActivityInstances.HistoricData HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.HistoricDetailQuery Programmatic querying forHistoricDetails.HistoricIdentityLink Historic counterpart ofIdentityLinkthat represents the current state if any runtime link.HistoricProcessInstance A single execution of a whole process definition that is stored permanently.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.HistoricTaskInstance Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.HistoricTaskInstanceQuery Allows programmatic querying forHistoricTaskInstances.HistoricVariableInstance A single process variable containing the last value when its process instance has finished.HistoricVariableInstanceQuery Programmatic querying forHistoricVariableInstances.HistoricVariableUpdate Update of a process variable.NativeHistoricActivityInstanceQuery Allows querying ofHistoricActivityInstanceQuerys via native (SQL) queriesNativeHistoricDetailQuery Allows querying ofHistoricDetails via native (SQL) queriesNativeHistoricProcessInstanceQuery Allows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesNativeHistoricTaskInstanceQuery Allows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesNativeHistoricVariableInstanceQuery Allows querying ofHistoricVariableInstances via native (SQL) queriesProcessInstanceHistoryLog A trail of data for a given process instance.ProcessInstanceHistoryLogQuery Allows to fetch theProcessInstanceHistoryLogfor a process instance.