|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment |
|---|
| Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment | |
|---|---|
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 |
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 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
|
| Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor |
|---|
| Subclasses of DeploymentOperationStep in org.camunda.bpm.container.impl.deployment.jobexecutor | |
|---|---|
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
|
| Uses of DeploymentOperationStep in org.camunda.bpm.container.impl.spi |
|---|
| Fields in org.camunda.bpm.container.impl.spi declared as DeploymentOperationStep | |
|---|---|
protected DeploymentOperationStep |
DeploymentOperation.currentStep
|
| Fields in org.camunda.bpm.container.impl.spi with type parameters of type DeploymentOperationStep | |
|---|---|
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 |
| Methods in org.camunda.bpm.container.impl.spi with parameters of type DeploymentOperationStep | |
|---|---|
void |
DeploymentOperation.addStep(DeploymentOperationStep step)
Add a new atomic step to the composite operation. |
DeploymentOperation.DeploymentOperationBuilder |
DeploymentOperation.DeploymentOperationBuilder.addStep(DeploymentOperationStep step)
|
| Constructor parameters in org.camunda.bpm.container.impl.spi with type arguments of type DeploymentOperationStep | |
|---|---|
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 | |
|---|---|
class |
TomcatParseBpmPlatformXmlStep
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||