| Interface | Description | 
|---|---|
| ProcessApplicationDeploymentInfo | Object holding information about a deployment made by a process application. | 
| ProcessApplicationElResolver | SPI interface that allows providing a custom ElResolver implementation. | 
| ProcessApplicationInfo | Object holding information about a deployed Process Application | 
| ProcessApplicationInterface | A Process Application is an ordinary Java Application that uses the camunda process engine for
 BPM and Worklow functionality. | 
| ProcessApplicationReference | A reference to a process application. | 
| ProcessApplicationRegistration | Represents a registration of a process application with a process engine | 
| Class | Description | 
|---|---|
| AbstractProcessApplication | |
| InvocationContext | The context of an invocation. | 
| ProcessApplicationContext | A utility to declare the process application in which subsequent engine API calls
 are executed. | 
| ProcessApplicationElResolver.ProcessApplicationElResolverSorter | Comparator used for sorting providers | 
| Exception | Description | 
|---|---|
| ProcessApplicationExecutionException | |
| ProcessApplicationUnavailableException | Checked exception thrown by a  ProcessApplicationReferenceif the referenced 
 process application is unavailable. | 
| Annotation Type | Description | 
|---|---|
| PostDeploy | Annotation that can be placed on a method of a  ProcessApplicationclass. | 
| PreUndeploy | Annotation that can be placed on a method of a  ProcessApplicationclass. | 
| ProcessApplication | Used to annotate a user-provided  AbstractProcessApplicationclass and specify
 the unique name of the process application. | 
Copyright © 2018. All rights reserved.