Uses of Package
org.flowable.engine.history
-
Packages that use org.flowable.engine.history Package Description org.flowable.engine Public API of the Flowable engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
RepositoryService: ManagesDeployments.
RuntimeService: For starting and searchingProcessInstances.
TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.
IdentityService: Used for managing users, groups and the relations between them.
ManagementService: Exposes engine administration and maintenance operations, which have no relation to the runtime exection of business processes.
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.flowable.engine.history Classes related to theHistoryService.org.flowable.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.flowable.engine.impl.delete org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data org.flowable.engine.impl.persistence.entity.data.impl org.flowable.engine.impl.test org.flowable.engine.interceptor -
Classes in org.flowable.engine.history used by org.flowable.engine Class Description HistoricActivityInstanceQuery Programmatic querying forHistoricActivityInstances.HistoricDetailQuery Programmatic querying forHistoricDetails.HistoricProcessInstance A single execution of a whole process definition that is stored permanently.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.NativeHistoricActivityInstanceQuery Allows querying ofHistoricActivityInstanceQuerys via native (SQL) queriesNativeHistoricDetailQuery Allows querying ofHistoricDetails via native (SQL) queriesNativeHistoricProcessInstanceQuery Allows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesProcessInstanceHistoryLogQuery Allows to fetch theProcessInstanceHistoryLogfor a process instance. -
Classes in org.flowable.engine.history used by org.flowable.engine.history Class Description HistoricActivityInstanceQuery Programmatic querying forHistoricActivityInstances.HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.HistoricDetailQuery Programmatic querying forHistoricDetails.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.ProcessInstanceHistoryLog A trail of data for a given process instance.ProcessInstanceHistoryLogQuery Allows to fetch theProcessInstanceHistoryLogfor a process instance. -
Classes in org.flowable.engine.history used by org.flowable.engine.impl Class Description 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.HistoricProcessInstance A single execution of a whole process definition that is stored permanently.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.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. -
Classes in org.flowable.engine.history used by org.flowable.engine.impl.delete Class Description HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances. -
Classes in org.flowable.engine.history used by org.flowable.engine.impl.persistence.entity Class Description HistoricActivityInstance Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.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.HistoricVariableUpdate Update of a process variable. -
Classes in org.flowable.engine.history used by org.flowable.engine.impl.persistence.entity.data Class Description HistoricActivityInstance Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.HistoricProcessInstance A single execution of a whole process definition that is stored permanently. -
Classes in org.flowable.engine.history used by org.flowable.engine.impl.persistence.entity.data.impl Class Description HistoricActivityInstance Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.HistoricProcessInstance A single execution of a whole process definition that is stored permanently. -
Classes in org.flowable.engine.history used by org.flowable.engine.impl.test Class Description HistoricActivityInstance Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes. -
Classes in org.flowable.engine.history used by org.flowable.engine.interceptor Class Description HistoricProcessInstance A single execution of a whole process definition that is stored permanently.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.