Class UndeployProcessArchiveStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
Deployment operation step responsible for performing the undeployment of a process archive
- Author:
- Daniel Meyer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected JmxManagedProcessApplicationprotected ProcessArchiveXmlprotected Stringprotected String
- 
Constructor SummaryConstructorsConstructorDescriptionUndeployProcessArchiveStep(JmxManagedProcessApplication deployedProcessApplication, ProcessArchiveXml processArchive, String processEngineName) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddeleteDeployment(String deploymentId, RepositoryService repositoryService) getName()voidperformOperationStep(DeploymentOperation operationContext) Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStepcancelOperationStep
- 
Field Details- 
processArchvieName
- 
deployedProcessApplication
- 
processArchive
- 
processEngineName
 
- 
- 
Constructor Details- 
UndeployProcessArchiveSteppublic UndeployProcessArchiveStep(JmxManagedProcessApplication deployedProcessApplication, ProcessArchiveXml processArchive, String processEngineName) 
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein class- DeploymentOperationStep
 
- 
performOperationStep- Specified by:
- performOperationStepin class- DeploymentOperationStep
 
- 
deleteDeployment
 
-