| 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.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.cmmn.entity.runtime | |
| org.camunda.bpm.engine.impl.cmmn.execution | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.pvm.runtime | |
| org.camunda.bpm.engine.impl.variable.listener | |
| org.camunda.bpm.engine.spring | |
| org.camunda.bpm.engine.test | 
 Helper classes for testing processes. 
 | 
| org.camunda.bpm.qa.upgrade | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineServices | 
ProcessEngineServicesAware.getProcessEngineServices()
Returns the  
ProcessEngineServices providing access to the
 public API of the process engine. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProcessEngineImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineServices | 
CaseExecutionEntity.getProcessEngineServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineServices | 
CaseExecutionImpl.getProcessEngineServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineServices | 
ExecutionEntity.getProcessEngineServices()  | 
ProcessEngineServices | 
TaskEntity.getProcessEngineServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineServices | 
ExecutionImpl.getProcessEngineServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessEngineServices | 
DelegateCaseVariableInstanceImpl.getProcessEngineServices()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpringProcessEngineServicesConfiguration
Exposes all camunda process engine services as beans. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProcessEngineRule
Convenience for ProcessEngine and services initialization in the form of a
 JUnit rule. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UpgradeTestRule  | 
Copyright © 2019. All rights reserved.