| 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.cdi | |
| org.camunda.bpm.engine.cdi.impl.annotation | |
| org.camunda.bpm.engine.cdi.impl.context | |
| org.camunda.bpm.engine.delegate | 
 Interfaces used to include Java code in a process as the behavior of an activity 
    or as a listener to process events with  
JavaDelegates. | 
| 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.cmmn | |
| org.camunda.bpm.engine.impl.cmmn.cmd | |
| org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
| org.camunda.bpm.engine.impl.core.variable.event | |
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.incident | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.test | |
| org.camunda.bpm.engine.impl.variable.listener | |
| org.camunda.bpm.engine.rest.dto.runtime | |
| org.camunda.bpm.engine.rest.hal | |
| 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. 
 | 
| CaseExecutionCommandBuilder
 A fluent builder for defining a command to execute for a case execution. 
 | 
| CaseExecutionQuery | 
| CaseInstance | 
| CaseInstanceBuilder
 A fluent builder to create a new case instance. 
 | 
| CaseInstanceQuery | 
| EventSubscriptionQuery
 Allows querying of event subscriptions. 
 | 
| ExecutionQuery
 Allows programmatic querying of  
Executions. | 
| IncidentQuery | 
| JobQuery
 Allows programmatic querying of  
Jobs. | 
| MessageCorrelationBuilder
 A fluent builder for defining message correlation 
 | 
| 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 | 
|---|
| 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. 
 | 
| 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. | 
| MessageCorrelationBuilder
 A fluent builder for defining message correlation 
 | 
| 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 | 
|---|
| CaseExecutionCommandBuilder
 A fluent builder for defining a command to execute for a case execution. 
 | 
| CaseExecutionQuery | 
| CaseInstance | 
| CaseInstanceBuilder
 A fluent builder to create a new case instance. 
 | 
| CaseInstanceQuery | 
| Class and Description | 
|---|
| CaseInstance | 
| Class and Description | 
|---|
| CaseExecution
 Represent a planned item in a case instance. 
 | 
| CaseExecutionQuery | 
| CaseInstance | 
| CaseInstanceQuery | 
| Class and Description | 
|---|
| VariableInstance
 A  
VariableInstance represents a variable in the execution of
 a process instance. | 
| Class and Description | 
|---|
| Incident
 An  
Incident represents a failure in the execution of
 a process instance. | 
| 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) or is about
 to take an outgoing transition. 
 | 
| 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. 
 | 
| CaseExecution
 Represent a planned item in a case instance. 
 | 
| CaseInstance | 
| Class and Description | 
|---|
| 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. 
 | 
| CaseExecution
 Represent a planned item in a case instance. 
 | 
| CaseExecutionQuery | 
| CaseInstance | 
| CaseInstanceQuery | 
| 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. | 
| 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. | 
| 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) or is about
 to take an outgoing transition. 
 | 
| VariableInstance
 A  
VariableInstance represents a variable in the execution of
 a process instance. | 
| VariableInstanceQuery | 
| Class and Description | 
|---|
| VariableInstance
 A  
VariableInstance represents a variable in the execution of
 a process instance. | 
| Class and Description | 
|---|
| CaseExecutionCommandBuilder
 A fluent builder for defining a command to execute for a case execution. 
 | 
| 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. 
 | 
| CaseExecution
 Represent a planned item in a case instance. 
 | 
| CaseExecutionCommandBuilder
 A fluent builder for defining a command to execute for a case execution. 
 | 
| CaseExecutionQuery | 
| CaseInstance | 
| CaseInstanceBuilder
 A fluent builder to create a new case instance. 
 | 
| CaseInstanceQuery | 
| 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. | 
| 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  
ProcessInstances. | 
| TransitionInstance
 A transition instance represents an execution token that
 has just completed a transition (sequence flow in BPMN) or is about
 to take an outgoing transition. 
 | 
| VariableInstanceQuery | 
Copyright © 2018. All rights reserved.