| Class | Description | 
|---|---|
| AbstractParseBpmPlatformXmlStep | Deployment operation step responsible for parsing and attaching the bpm-platform.xml file. | 
| AbstractStartProcessEnginesStep | Deployment operation step that is responsible for starting all process
 engines declared in a  ListofProcessEngineXmlfiles. | 
| Attachments | Contains the attachment names of all attachments used by the
 ProcessApplication deployment OperationSteps. | 
| DeployProcessArchivesStep | 
 Deployment step responsible for creating individual
  DeployProcessArchiveStepinstances for each process archive
 configured in the META-INF/processes.xml file. | 
| DeployProcessArchiveStep | 
 Deployment operation step responsible for deploying a process archive | 
| DiscoverBpmPlatformPluginsStep | |
| NotifyPostProcessApplicationUndeployedStep | |
| ParseProcessesXmlStep | Detects and parses all META-INF/processes.xml files within the process application
 and attaches the parsed Metadata to the operation context. | 
| PlatformXmlStartProcessEnginesStep |  Retrieves the List of ProcessEngines from an attached  ProcessesXml. | 
| PostDeployInvocationStep | Operation step responsible for invoking the @ PostDeploymethod of a
 ProcessApplication class. | 
| PreUndeployInvocationStep | Operation step responsible for invoking the @ PreUndeploymethod of a
 ProcessApplication class. | 
| ProcessesXmlStartProcessEnginesStep |  Retrieves the List of ProcessEngines from an attached  ProcessesXml. | 
| ProcessesXmlStopProcessEnginesStep | Deployment operation responsible for stopping all process engines started by the deployment. | 
| StartProcessApplicationServiceStep | This deployment operation step starts an  MBeanServicefor the process application. | 
| StartProcessEngineStep | Deployment operation step responsible for starting a managed process engine
 inside the runtime container. | 
| StopProcessApplicationServiceStep | Deployment operations step responsible for removing the  JmxManagedProcessApplicationservice. | 
| StopProcessApplicationsStep | Deployment operation step that is responsible for stopping (undeploying) all process applications | 
| StopProcessEnginesStep | Deployment operation step that stops ALL process engines registered inside the container. | 
| UndeployProcessArchivesStep | Deployment operation responsible for undeploying all process archives. | 
| UndeployProcessArchiveStep | Deployment operation step responsible for performing the undeployment of a
 process archive | 
| UnregisterBpmPlatformPluginsStep | 
Copyright © 2018. All rights reserved.