Package org.flowable.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.HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.HistoricDetailQuery Programmatic querying forHistoricDetails.HistoricFormProperty A single field that was submitted in either a start form or a task form.HistoricProcessInstance A single execution of a whole process definition that is stored permanently.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.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) queriesProcessInstanceHistoryLog A trail of data for a given process instance.ProcessInstanceHistoryLogQuery Allows to fetch theProcessInstanceHistoryLogfor a process instance.