| Package | Description |
|---|---|
| org.camunda.bpm.cockpit.impl.plugin.base.dto | |
| org.camunda.bpm.engine |
Public API of the Activiti engine.
Typical usage of the API starts by the creation of a org.activiti.engine.ProcessEngineConfiguration
(typically based on a configuration file), from which a org.activiti.engine.ProcessEngine can be obtained.Through the services obtained from such a org.activiti.engine.ProcessEngine, BPM and workflow operation
can be executed:org.activiti.engine.RepositoryService: Manages org.activiti.engine.repository.Deployments org.activiti.engine.RuntimeService: For starting and searching org.activiti.engine.runtime.ProcessInstances org.activiti.engine.TaskService: Exposes operations to manage human (standalone) org.activiti.engine.task.Tasks,
such as claiming, completing and assigning tasksorg.activiti.engine.IdentityService: Used for managing org.activiti.engine.identity.Users,
org.activiti.engine.identity.Groups and the relations between themorg.activiti.engine.ManagementService: Exposes engine admin and maintenance operations,
which have no relation to the runtime exection of business processesorg.activiti.engine.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.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.persistence.entity | |
| org.camunda.bpm.engine.impl.test | |
| org.camunda.bpm.engine.rest.dto.runtime | |
| org.camunda.bpm.engine.runtime |
Classes related to the
org.activiti.engine.RuntimeService. |
| 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.
|
| EventSubscriptionQuery
Allows querying of event subscriptions.
|
| ExecutionQuery
Allows programmatic querying of
Executions. |
| IncidentQuery |
| JobQuery
Allows programmatic querying of
Jobs. |
| NativeExecutionQuery
Allows querying of
Executions via native (SQL) queries |
| NativeProcessInstanceQuery
Allows querying of
ProcessInstances via native (SQL) queries |
| ProcessInstance
Represents one execution of a
ProcessDefinition. |
| ProcessInstanceQuery
Allows programmatic querying of
ProcessInstances. |
| 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
Executions. |
| 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
Jobs. |
| NativeExecutionQuery
Allows querying of
Executions via native (SQL) queries |
| NativeProcessInstanceQuery
Allows querying of
ProcessInstances via native (SQL) queries |
| ProcessInstance
Represents one execution of a
ProcessDefinition. |
| ProcessInstanceQuery
Allows programmatic querying of
ProcessInstances. |
| 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 |
|---|
| 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
Executions. |
| Job
Represents one job (timer, message, etc.).
|
| JobQuery
Allows programmatic querying of
Jobs. |
| ProcessInstance
Represents one execution of a
ProcessDefinition. |
| ProcessInstanceQuery
Allows programmatic querying of
ProcessInstances. |
| 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 |
|---|
| 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
Executions. |
| IncidentQuery |
| JobQuery
Allows programmatic querying of
Jobs. |
| 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
ProcessInstances. |
| 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.