Package org.camunda.bpm.application
-
Interface Summary 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 ApplicationProcessApplicationInterface 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 Summary 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 Summary Exception Description ProcessApplicationExecutionException ProcessApplicationUnavailableException Checked exception thrown by aProcessApplicationReference
if the referenced process application is unavailable. -
Annotation Types Summary Annotation Type Description PostDeploy Annotation that can be placed on a method of aProcessApplication
class.PreUndeploy Annotation that can be placed on a method of aProcessApplication
class.ProcessApplication Used to annotate a user-providedAbstractProcessApplication
class and specify the unique name of the process application.