Uses of Package
org.activiti.engine.history
-
Packages that use org.activiti.engine.history Package Description org.activiti.engine Public API of the Activiti 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
org.activiti.engine.IdentityService: Used for managingorg.activiti.engine.identity.Users,org.activiti.engine.identity.Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime exection of business processes
HistoryService: Exposes information about ongoing and past process instances.
org.activiti.engine.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.activiti.engine.history Classes related to theHistoryService.org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.impl.cmd org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data org.activiti.engine.impl.persistence.entity.data.impl org.activiti.engine.task Classes related to theTaskService. -
Classes in org.activiti.engine.history used by org.activiti.engine.history Class Description HistoricActivityInstanceQuery Programmatic querying forHistoricActivityInstances.HistoricData HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.HistoricDetailQuery Programmatic querying forHistoricDetails.HistoricProcessInstanceQuery Allows programmatic querying ofHistoricProcessInstances.HistoricTaskInstanceQuery Allows programmatic querying forHistoricTaskInstances.HistoricVariableInstanceQuery Programmatic querying forHistoricVariableInstances.ProcessInstanceHistoryLog A trail of data for a given process instance.ProcessInstanceHistoryLogQuery Allows to fetch theProcessInstanceHistoryLogfor a process instance. -
Classes in org.activiti.engine.history used by org.activiti.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.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.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. -
Classes in org.activiti.engine.history used by org.activiti.engine.impl.cmd Class Description HistoricIdentityLink Historic counterpart ofIdentityLinkthat represents the current state if any runtime link. -
Classes in org.activiti.engine.history used by org.activiti.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.HistoricData HistoricDetail Base class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.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.HistoricTaskInstance Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.HistoricVariableInstance A single process variable containing the last value when its process instance has finished.HistoricVariableUpdate Update of a process variable. -
Classes in org.activiti.engine.history used by org.activiti.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.HistoricTaskInstance Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.HistoricVariableInstance A single process variable containing the last value when its process instance has finished. -
Classes in org.activiti.engine.history used by org.activiti.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.HistoricTaskInstance Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.HistoricVariableInstance A single process variable containing the last value when its process instance has finished. -
Classes in org.activiti.engine.history used by org.activiti.engine.task Class Description HistoricData