| Modifier and Type | Method and Description | 
|---|---|
protected List<DeploymentOperationStep> | 
RuntimeContainerDelegateImpl.getDeploymentSteps()  | 
protected List<DeploymentOperationStep> | 
RuntimeContainerDelegateImpl.getUndeploymentSteps()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractParseBpmPlatformXmlStep
Deployment operation step responsible for parsing and attaching the bpm-platform.xml file. 
 | 
class  | 
AbstractStartProcessEnginesStep
Deployment operation step that is responsible for starting all process
 engines declared in a  
List of ProcessEngineXml files. | 
class  | 
DeployProcessArchivesStep
 Deployment step responsible for creating individual
  
DeployProcessArchiveStep instances for each process archive
 configured in the META-INF/processes.xml file. | 
class  | 
DeployProcessArchiveStep
 Deployment operation step responsible for deploying a process archive 
 | 
class  | 
DiscoverBpmPlatformPluginsStep  | 
class  | 
NotifyPostProcessApplicationUndeployedStep  | 
class  | 
ParseProcessesXmlStep
Detects and parses all META-INF/processes.xml files within the process application
 and attaches the parsed Metadata to the operation context. 
 | 
class  | 
PlatformXmlStartProcessEnginesStep
 Retrieves the List of ProcessEngines from an attached  
ProcessesXml. | 
class  | 
PostDeployInvocationStep
Operation step responsible for invoking the @ 
PostDeploy method of a
 ProcessApplication class. | 
class  | 
PreUndeployInvocationStep
Operation step responsible for invoking the @ 
PreUndeploy method of a
 ProcessApplication class. | 
class  | 
ProcessesXmlStartProcessEnginesStep
 Retrieves the List of ProcessEngines from an attached  
ProcessesXml. | 
class  | 
ProcessesXmlStopProcessEnginesStep
Deployment operation responsible for stopping all process engines started by the deployment. 
 | 
class  | 
StartProcessApplicationServiceStep
This deployment operation step starts an  
MBeanService for the process application. | 
class  | 
StartProcessEngineStep
Deployment operation step responsible for starting a managed process engine
 inside the runtime container. 
 | 
class  | 
StopProcessApplicationServiceStep
Deployment operations step responsible for removing the  
JmxManagedProcessApplication service. | 
class  | 
StopProcessApplicationsStep
Deployment operation step that is responsible for stopping (undeploying) all process applications 
 | 
class  | 
StopProcessEnginesStep
Deployment operation step that stops ALL process engines registered inside the container. 
 | 
class  | 
UndeployProcessArchivesStep
Deployment operation responsible for undeploying all process archives. 
 | 
class  | 
UndeployProcessArchiveStep
Deployment operation step responsible for performing the undeployment of a
 process archive 
 | 
class  | 
UnregisterBpmPlatformPluginsStep  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StartJobAcquisitionStep
Deployment operation step responsible for starting a JobEexecutor 
 | 
class  | 
StartJobExecutorStep
Deployment operation step responsible for starting the JobExecutor 
 | 
class  | 
StartManagedThreadPoolStep
 Deployment operation step responsible for deploying a thread pool for the
 JobExecutor 
 | 
class  | 
StopJobExecutorStep
Deployment operation step responsible for stopping all job acquisitions 
 | 
class  | 
StopManagedThreadPoolStep  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EjbJarParsePlatformXmlStep
Deployment Step that reads the bpm-platform.xml from the classpath 
 | 
class  | 
StartJcaExecutorServiceStep
Deployment operation responsible registering a service which represents a Proxy to the
 JCA-Backed  
ExecutorService | 
class  | 
StopJcaExecutorServiceStep
Deployment operation responsible for stopping a service which represents a Proxy to the
 JCA-Backed  
ExecutorService | 
| Modifier and Type | Field and Description | 
|---|---|
protected DeploymentOperationStep | 
DeploymentOperation.currentStep  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<DeploymentOperationStep> | 
DeploymentOperation.steps
the list of steps that make up this composite operation 
 | 
protected List<DeploymentOperationStep> | 
DeploymentOperation.DeploymentOperationBuilder.steps  | 
protected List<DeploymentOperationStep> | 
DeploymentOperation.successfulSteps
a list of steps that completed successfully 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeploymentOperation.addStep(DeploymentOperationStep step)
Add a new atomic step to the composite operation. 
 | 
DeploymentOperation.DeploymentOperationBuilder | 
DeploymentOperation.DeploymentOperationBuilder.addStep(DeploymentOperationStep step)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeploymentOperation.DeploymentOperationBuilder | 
DeploymentOperation.DeploymentOperationBuilder.addSteps(Collection<DeploymentOperationStep> steps)  | 
| Constructor and Description | 
|---|
DeploymentOperation(String name,
                   PlatformServiceContainer container,
                   List<DeploymentOperationStep> steps)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TomcatParseBpmPlatformXmlStep
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat. 
 | 
Copyright © 2019. All rights reserved.