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.cdi | |
org.camunda.bpm.engine.cdi.impl.annotation | |
org.camunda.bpm.engine.cdi.impl.context | |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.test | |
org.camunda.bpm.engine.rest.dto.runtime | |
org.camunda.bpm.engine.rest.sub.runtime.impl | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
EventSubscriptionQuery
Allows querying of event subscriptions.
|
ExecutionQuery
Allows programmatic querying of
Execution s. |
IncidentQuery |
JobQuery
Allows programmatic querying of
Job s. |
MessageCorrelationBuilder
A fluent builder for defining message correlation
|
NativeExecutionQuery
Allows querying of
Execution s via native (SQL) queries |
NativeProcessInstanceQuery
Allows querying of
ProcessInstance s via native (SQL) queries |
ProcessInstance
Represents one execution of a
ProcessDefinition . |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstance s. |
VariableInstanceQuery |
Class and Description |
---|
Execution
Represent a 'path of execution' in a process instance.
|
ProcessInstance
Represents one execution of a
ProcessDefinition . |
Class and Description |
---|
ProcessInstance
Represents one execution of a
ProcessDefinition . |
Class and Description |
---|
Execution
Represent a 'path of execution' in a process instance.
|
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
EventSubscription
A message event subscription exists, if an
Execution waits for an event like a message. |
EventSubscriptionQuery
Allows querying of event subscriptions.
|
Execution
Represent a 'path of execution' in a process instance.
|
ExecutionQuery
Allows programmatic querying of
Execution s. |
Incident
An
Incident represents a failure in the execution of
a process instance. |
IncidentQuery |
Job
Represents one job (timer, message, etc.).
|
JobQuery
Allows programmatic querying of
Job s. |
MessageCorrelationBuilder
A fluent builder for defining message correlation
|
NativeExecutionQuery
Allows querying of
Execution s via native (SQL) queries |
NativeProcessInstanceQuery
Allows querying of
ProcessInstance s via native (SQL) queries |
ProcessInstance
Represents one execution of a
ProcessDefinition . |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstance s. |
VariableInstance
A
VariableInstance represents a variable in the execution of
a process instance. |
VariableInstanceQuery |
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
ProcessInstance
Represents one execution of a
ProcessDefinition . |
Class and Description |
---|
Incident
An
Incident represents a failure in the execution of
a process instance. |
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
EventSubscription
A message event subscription exists, if an
Execution waits for an event like a message. |
Execution
Represent a 'path of execution' in a process instance.
|
Incident
An
Incident represents a failure in the execution of
a process instance. |
Job
Represents one job (timer, message, etc.).
|
ProcessElementInstance
A ProcessElementInstance is an instance of a process construct
such as an Activity (see
ActivityInstance ) or a transition
(see TransitionInstance ). |
ProcessInstance
Represents one execution of a
ProcessDefinition . |
TransitionInstance
A transition instance represents an execution token that
has just completed a transition (sequence flow in BPMN) and
is now about to start an activity.
|
VariableInstance
A
VariableInstance represents a variable in the execution of
a process instance. |
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
EventSubscription
A message event subscription exists, if an
Execution waits for an event like a message. |
Execution
Represent a 'path of execution' in a process instance.
|
ExecutionQuery
Allows programmatic querying of
Execution s. |
Incident
An
Incident represents a failure in the execution of
a process instance. |
IncidentQuery |
Job
Represents one job (timer, message, etc.).
|
JobQuery
Allows programmatic querying of
Job s. |
ProcessInstance
Represents one execution of a
ProcessDefinition . |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstance s. |
TransitionInstance
A transition instance represents an execution token that
has just completed a transition (sequence flow in BPMN) and
is now about to start an activity.
|
VariableInstance
A
VariableInstance represents a variable in the execution of
a process instance. |
VariableInstanceQuery |
Class and Description |
---|
VariableInstanceQuery |
Class and Description |
---|
ActivityInstance
An activity instance represents an instance of an activity.
|
EventSubscriptionQuery
Allows querying of event subscriptions.
|
Execution
Represent a 'path of execution' in a process instance.
|
ExecutionQuery
Allows programmatic querying of
Execution s. |
IncidentQuery |
JobQuery
Allows programmatic querying of
Job s. |
MessageCorrelationBuilder
A fluent builder for defining message correlation
|
ProcessElementInstance
A ProcessElementInstance is an instance of a process construct
such as an Activity (see
ActivityInstance ) or a transition
(see TransitionInstance ). |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstance s. |
TransitionInstance
A transition instance represents an execution token that
has just completed a transition (sequence flow in BPMN) and
is now about to start an activity.
|
VariableInstanceQuery |
Copyright © 2015. All rights reserved.