Package | Description |
---|---|
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 Deployment sRuntimeService :
For starting and searching ProcessInstance sTaskService :
Exposes operations to manage human (standalone) Task s,
such as claiming, completing and assigning tasksIdentityService :
Used for managing User s,
Group s 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.persistence.entity | |
org.camunda.bpm.engine.rest.dto.history | |
org.camunda.bpm.engine.rest.impl.history | |
org.camunda.bpm.engine.rest.sub.history.impl |
Class and Description |
---|
HistoricActivityInstanceQuery
Programmatic querying for
HistoricActivityInstance s. |
HistoricActivityStatisticsQuery |
HistoricCaseActivityInstanceQuery
Programmatic querying for
HistoricCaseActivityInstance s. |
HistoricCaseInstanceQuery
Allows programmatic querying of
HistoricCaseInstance s. |
HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance . |
HistoricDetailQuery
Programmatic querying for
HistoricDetail s. |
HistoricIncidentQuery |
HistoricJobLogQuery |
HistoricProcessInstanceQuery
Allows programmatic querying of
HistoricProcessInstance s. |
HistoricTaskInstanceQuery
Allows programmatic querying for
HistoricTaskInstance s. |
HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstance s. |
IncidentState |
JobState |
UserOperationLogQuery
Programmatic querying for
UserOperationLogEntry instances. |
Class and Description |
---|
HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
|
HistoricActivityInstanceQuery
Programmatic querying for
HistoricActivityInstance s. |
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
HistoricCaseActivityInstance s. |
HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
HistoricCaseInstanceQuery
Allows programmatic querying of
HistoricCaseInstance s. |
HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance . |
HistoricDetailQuery
Programmatic querying for
HistoricDetail s. |
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
HistoricProcessInstance s. |
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
HistoricTaskInstance s. |
HistoricVariableInstance
A single process variable containing the last value when its process instance has finished.
|
HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstance s. |
IncidentState |
JobState |
NativeHistoricActivityInstanceQuery
Allows querying of
HistoricActivityInstanceQuery s via native (SQL) queries |
NativeHistoricCaseActivityInstanceQuery
Allows querying of
HistoricCaseActivityInstance s via native (SQL) queries |
NativeHistoricCaseInstanceQuery
Allows querying of
HistoricCaseInstance s via native (SQL) queries |
NativeHistoricProcessInstanceQuery
Allows querying of
HistoricTaskInstanceQuery s via native (SQL) queries |
NativeHistoricTaskInstanceQuery
Allows querying of
HistoricTaskInstanceQuery s via native (SQL) queries |
UserOperationLogEntry
Log entry about an operation performed by a user.
|
UserOperationLogQuery
Programmatic querying for
UserOperationLogEntry instances. |
Class and Description |
---|
UserOperationLogEntry
Log entry about an operation performed by a user.
|
Class and Description |
---|
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.
|
Class and Description |
---|
HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
|
HistoricActivityInstanceQuery
Programmatic querying for
HistoricActivityInstance s. |
HistoricActivityStatistics |
HistoricCaseActivityInstance
Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes.
|
HistoricCaseActivityInstanceQuery
Programmatic querying for
HistoricCaseActivityInstance s. |
HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
HistoricCaseInstanceQuery
Allows programmatic querying of
HistoricCaseInstance s. |
HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance . |
HistoricDetailQuery
Programmatic querying for
HistoricDetail s. |
HistoricFormField
Historic form fields
|
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
HistoricProcessInstance s. |
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
HistoricTaskInstance s. |
HistoricVariableInstance
A single process variable containing the last value when its process instance has finished.
|
HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstance s. |
HistoricVariableUpdate
Update of a process variable.
|
UserOperationLogEntry
Log entry about an operation performed by a user.
|
UserOperationLogQuery
Programmatic querying for
UserOperationLogEntry instances. |
Class and Description |
---|
HistoricJobLog
The
HistoricJobLog is used to have a log containing
information about job execution. |
HistoricJobLogQuery |
Class and Description |
---|
HistoricDetailQuery
Programmatic querying for
HistoricDetail s. |
HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstance s. |
Copyright © 2018. All rights reserved.