Uses of Class
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
-
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return types with arguments of type DeploymentOperationStep Modifier and Type Method Description protected List<DeploymentOperationStep>
RuntimeContainerDelegateImpl. getDeploymentSteps()
protected List<DeploymentOperationStep>
RuntimeContainerDelegateImpl. getUndeploymentSteps()
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment Modifier and Type Class 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 aList
ofProcessEngineXml
files.class
DeployProcessArchivesStep
Deployment step responsible for creating individualDeployProcessArchiveStep
instances for each process archive configured in the META-INF/processes.xml file.class
DeployProcessArchiveStep
Deployment operation step responsible for deploying a process archiveclass
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 attachedProcessesXml
.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 attachedProcessesXml
.class
ProcessesXmlStopProcessEnginesStep
Deployment operation responsible for stopping all process engines started by the deployment.class
StartProcessApplicationServiceStep
This deployment operation step starts anMBeanService
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 theJmxManagedProcessApplication
service.class
StopProcessApplicationsStep
Deployment operation step that is responsible for stopping (undeploying) all process applicationsclass
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 archiveclass
UnregisterBpmPlatformPluginsStep
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor Modifier and Type Class Description class
StartJobAcquisitionStep
Deployment operation step responsible for starting a JobEexecutorclass
StartJobExecutorStep
Deployment operation step responsible for starting the JobExecutorclass
StartManagedThreadPoolStep
Deployment operation step responsible for deploying a thread pool for the JobExecutorclass
StopJobExecutorStep
Deployment operation step responsible for stopping all job acquisitionsclass
StopManagedThreadPoolStep
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.ejb.deployment
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.ejb.deployment Modifier and Type Class Description class
EjbJarParsePlatformXmlStep
Deployment Step that reads the bpm-platform.xml from the classpathclass
EjbPlatformXmlStartProcessEnginesStep
class
EjbStartProcessEngineStep
Adds an additional configuration before the engine is builtclass
StartJcaExecutorServiceStep
Deployment operation responsible registering a service which represents a Proxy to the JCA-BackedExecutorService
class
StopJcaExecutorServiceStep
Deployment operation responsible for stopping a service which represents a Proxy to the JCA-BackedExecutorService
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.spi
Fields in org.camunda.bpm.container.impl.spi declared as DeploymentOperationStep Modifier and Type Field Description protected DeploymentOperationStep
DeploymentOperation. currentStep
Fields in org.camunda.bpm.container.impl.spi with type parameters of type DeploymentOperationStep Modifier and Type Field Description protected List<DeploymentOperationStep>
DeploymentOperation.DeploymentOperationBuilder. steps
protected List<DeploymentOperationStep>
DeploymentOperation. steps
the list of steps that make up this composite operationprotected List<DeploymentOperationStep>
DeploymentOperation. successfulSteps
a list of steps that completed successfullyMethods in org.camunda.bpm.container.impl.spi with parameters of type DeploymentOperationStep Modifier and Type Method Description void
DeploymentOperation. addStep(DeploymentOperationStep step)
Add a new atomic step to the composite operation.DeploymentOperation.DeploymentOperationBuilder
DeploymentOperation.DeploymentOperationBuilder. addStep(DeploymentOperationStep step)
Method parameters in org.camunda.bpm.container.impl.spi with type arguments of type DeploymentOperationStep Modifier and Type Method Description DeploymentOperation.DeploymentOperationBuilder
DeploymentOperation.DeploymentOperationBuilder. addSteps(Collection<DeploymentOperationStep> steps)
Constructor parameters in org.camunda.bpm.container.impl.spi with type arguments of type DeploymentOperationStep Constructor Description DeploymentOperation(String name, PlatformServiceContainer container, List<DeploymentOperationStep> steps)
-
Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment
Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.tomcat.deployment Modifier and Type Class Description class
TomcatParseBpmPlatformXmlStep
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
-