|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.camunda.bpm.engine.history | |
|---|---|
| org.camunda.bpm.engine | Public API of the camunda BPM engine. Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine, BPM and workflow operation
can be executed:RepositoryService:
Manages DeploymentsRuntimeService:
For starting and searching ProcessInstancesTaskService:
Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasksIdentityService:
Used for managing Users,
Groups and the relations between themManagementService:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService:
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.camunda.bpm.engine.history | Classes related to the HistoryService. |
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.history.event | |
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl | |
|---|---|
| HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes. |
|
| HistoricActivityInstanceQuery
Programmatic querying for HistoricActivityInstances. |
|
| HistoricActivityStatistics
|
|
| HistoricActivityStatisticsQuery
|
|
| HistoricCaseActivityInstance
Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes. |
|
| HistoricCaseActivityInstanceQuery
Programmatic querying for HistoricCaseActivityInstances. |
|
| HistoricCaseInstance
A single execution of a case definition that is stored permanently. |
|
| HistoricCaseInstanceQuery
Allows programmatic querying of HistoricCaseInstances. |
|
| HistoricDecisionInstance
Represents one evaluation of a decision. |
|
| HistoricDecisionInstanceQuery
Allows programmatic querying of HistoricDecisionInstances. |
|
| HistoricDetail
Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance. |
|
| HistoricDetailQuery
Programmatic querying for HistoricDetails. |
|
| HistoricIncident
Represents a historic incident that is stored permanently. |
|
| HistoricIncidentQuery
|
|
| HistoricJobLog
The HistoricJobLog is used to have a log containing
information about job execution. |
|
| HistoricJobLogQuery
|
|
| HistoricProcessInstance
A single execution of a whole process definition that is stored permanently. |
|
| HistoricProcessInstanceQuery
Allows programmatic querying of HistoricProcessInstances. |
|
| 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 for HistoricTaskInstances. |
|
| HistoricVariableInstance
A single process variable containing the last value when its process instance has finished. |
|
| HistoricVariableInstanceQuery
Programmatic querying for HistoricVariableInstances. |
|
| IncidentState
|
|
| JobState
|
|
| NativeHistoricActivityInstanceQuery
Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries |
|
| NativeHistoricCaseActivityInstanceQuery
Allows querying of HistoricCaseActivityInstances via native (SQL) queries |
|
| NativeHistoricCaseInstanceQuery
Allows querying of HistoricCaseInstances via native (SQL) queries |
|
| NativeHistoricDecisionInstanceQuery
Allows querying of HistoricDecisionInstances via native (SQL) queries. |
|
| NativeHistoricProcessInstanceQuery
Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries |
|
| NativeHistoricTaskInstanceQuery
Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries |
|
| UserOperationLogEntry
Log entry about an operation performed by a user. |
|
| UserOperationLogQuery
Programmatic querying for UserOperationLogEntry instances. |
|
| Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.history.event | |
|---|---|
| HistoricDecisionInputInstance
Represents one input variable of a decision evaluation. |
|
| HistoricDecisionInstance
Represents one evaluation of a decision. |
|
| HistoricDecisionOutputInstance
Represents one output variable of a decision evaluation. |
|
| UserOperationLogEntry
Log entry about an operation performed by a user. |
|
| Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.history.producer | |
|---|---|
| HistoricDecisionInputInstance
Represents one input variable of a decision evaluation. |
|
| HistoricDecisionOutputInstance
Represents one output variable of a decision evaluation. |
|
| Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.persistence.entity | |
|---|---|
| HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes. |
|
| HistoricActivityStatistics
|
|
| HistoricCaseActivityInstance
Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes. |
|
| HistoricCaseInstance
A single execution of a case definition that is stored permanently. |
|
| HistoricDetail
Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance. |
|
| HistoricFormField
Historic form fields |
|
| HistoricFormProperty
Deprecated. |
|
| HistoricIncident
Represents a historic incident that is stored permanently. |
|
| HistoricJobLog
The HistoricJobLog is used to have a log containing
information about job execution. |
|
| 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. |
|
| UserOperationLogEntry
Log entry about an operation performed by a user. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||