| 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 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.cfg | |
| org.camunda.bpm.engine.impl.cfg.auth | |
| org.camunda.bpm.engine.impl.cfg.multitenancy | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.cmd.batch | |
| org.camunda.bpm.engine.impl.history.event | |
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.query |
Classes related to the querying entities in the engine.
|
| org.camunda.bpm.engine.rest.dto | |
| org.camunda.bpm.engine.rest.dto.converter | |
| org.camunda.bpm.engine.rest.dto.history | |
| org.camunda.bpm.engine.rest.impl.history | |
| org.camunda.bpm.engine.rest.sub.history.impl | |
| org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService. |
| org.camunda.bpm.qa.performance.engine.framework.activitylog | |
| org.camunda.bpm.qa.upgrade |
| Class and Description |
|---|
| DurationReportResult
Represents a report result about duration of completed instances for a given period.
|
| ExternalTaskState |
| 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. |
| HistoricCaseActivityStatistics |
| HistoricCaseActivityStatisticsQuery |
| 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. |
| HistoricDecisionInstanceStatistics |
| HistoricDecisionInstanceStatisticsQuery |
| HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance. |
| HistoricDetailQuery
Programmatic querying for
HistoricDetails. |
| HistoricExternalTaskLog
The
HistoricExternalTaskLog is used to have a log containing
information about task execution. |
| HistoricExternalTaskLogQuery |
| HistoricIdentityLinkLog
An historic identity link stores the association of a task with a certain identity.
|
| HistoricIdentityLinkLogQuery |
| 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. |
| HistoricProcessInstanceReport
Defines a report query for
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. |
| HistoricTaskInstanceReport |
| HistoricTaskInstanceReportResult |
| 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. |
| Class and Description |
|---|
| HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
| HistoricDecisionInstance
Represents one evaluation of a decision.
|
| HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
|
| UserOperationLogEntry
Log entry about an operation performed by a user.
|
| Class and Description |
|---|
| HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
| HistoricDecisionInstance
Represents one evaluation of a decision.
|
| HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
|
| UserOperationLogEntry
Log entry about an operation performed by a user.
|
| Class and Description |
|---|
| HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
| HistoricDecisionInstance
Represents one evaluation of a decision.
|
| HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
|
| 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.
|
| HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
|
| Class and Description |
|---|
| HistoricProcessInstanceQuery
Allows programmatic querying of
HistoricProcessInstances. |
| Class and Description |
|---|
| 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.
|
| HistoricExternalTaskLog
The
HistoricExternalTaskLog is used to have a log containing
information about task execution. |
| UserOperationLogEntry
Log entry about an operation performed by a user.
|
| Class and Description |
|---|
| ExternalTaskState |
| HistoricDecisionInputInstance
Represents one input variable of a decision evaluation.
|
| HistoricDecisionOutputInstance
Represents one output variable of a decision evaluation.
|
| Class and Description |
|---|
| DurationReportResult
Represents a report result about duration of completed instances for a given period.
|
| 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.
|
| HistoricCaseActivityStatistics |
| HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
| HistoricDecisionInstanceStatistics |
| HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance. |
| HistoricExternalTaskLog
The
HistoricExternalTaskLog is used to have a log containing
information about task execution. |
| HistoricFormField
Historic form fields
|
| HistoricFormProperty
Deprecated.
|
| HistoricIdentityLinkLog
An historic identity link stores the association of a task with a certain identity.
|
| 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.
|
| HistoricTaskInstanceReportResult |
| HistoricVariableInstance
A single process variable containing the last value when its process instance has finished.
|
| HistoricVariableUpdate
Update of a process variable.
|
| ReportResult
This interface defines basic methods for resulting reports.
|
| UserOperationLogEntry
Log entry about an operation performed by a user.
|
| Class and Description |
|---|
| DurationReportResult
Represents a report result about duration of completed instances for a given period.
|
| Class and Description |
|---|
| ReportResult
This interface defines basic methods for resulting reports.
|
| Class and Description |
|---|
| ReportResult
This interface defines basic methods for resulting reports.
|
| Class and Description |
|---|
| DurationReportResult
Represents a report result about duration of completed instances for a given period.
|
| 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 |
| 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. |
| HistoricCaseActivityStatistics |
| HistoricCaseInstance
A single execution of a case definition that is stored permanently.
|
| HistoricCaseInstanceQuery
Allows programmatic querying of
HistoricCaseInstances. |
| HistoricDecisionInputInstance
Represents one input variable of a decision evaluation.
|
| HistoricDecisionInstance
Represents one evaluation of a decision.
|
| HistoricDecisionInstanceQuery
Allows programmatic querying of
HistoricDecisionInstances. |
| HistoricDecisionInstanceStatistics |
| HistoricDecisionOutputInstance
Represents one output variable of a decision evaluation.
|
| HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance. |
| HistoricDetailQuery
Programmatic querying for
HistoricDetails. |
| HistoricExternalTaskLog
The
HistoricExternalTaskLog is used to have a log containing
information about task execution. |
| HistoricExternalTaskLogQuery |
| HistoricFormField
Historic form fields
|
| HistoricIdentityLinkLog
An historic identity link stores the association of a task with a certain identity.
|
| HistoricIdentityLinkLogQuery |
| 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. |
| HistoricProcessInstanceReport
Defines a report query for
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. |
| HistoricTaskInstanceReport |
| HistoricTaskInstanceReportResult |
| HistoricVariableInstance
A single process variable containing the last value when its process instance has finished.
|
| HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstances. |
| HistoricVariableUpdate
Update of a process variable.
|
| ReportResult
This interface defines basic methods for resulting reports.
|
| UserOperationLogEntry
Log entry about an operation performed by a user.
|
| UserOperationLogQuery
Programmatic querying for
UserOperationLogEntry instances. |
| Class and Description |
|---|
| HistoricExternalTaskLog
The
HistoricExternalTaskLog is used to have a log containing
information about task execution. |
| HistoricExternalTaskLogQuery |
| HistoricJobLog
The
HistoricJobLog is used to have a log containing
information about job execution. |
| HistoricJobLogQuery |
| HistoricTaskInstanceReportResult |
| ReportResult
This interface defines basic methods for resulting reports.
|
| Class and Description |
|---|
| HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance. |
| HistoricDetailQuery
Programmatic querying for
HistoricDetails. |
| HistoricVariableInstance
A single process variable containing the last value when its process instance has finished.
|
| HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstances. |
| Class and Description |
|---|
| HistoricProcessInstanceQuery
Allows programmatic querying of
HistoricProcessInstances. |
| Class and Description |
|---|
| HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
|
| Class and Description |
|---|
| HistoricProcessInstance
A single execution of a whole process definition that is stored permanently.
|
Copyright © 2018. All rights reserved.