Class NotifyPostProcessApplicationUndeployedStep
- java.lang.Object
- 
- org.camunda.bpm.container.impl.spi.DeploymentOperationStep
- 
- org.camunda.bpm.container.impl.deployment.NotifyPostProcessApplicationUndeployedStep
 
 
- 
 public class NotifyPostProcessApplicationUndeployedStep extends DeploymentOperationStep - Author:
- Daniel Meyer
 
- 
- 
Constructor SummaryConstructors Constructor Description NotifyPostProcessApplicationUndeployedStep()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()voidperformOperationStep(DeploymentOperation operationContext)- 
Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStepcancelOperationStep
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() - Specified by:
- getNamein class- DeploymentOperationStep
 
 - 
performOperationSteppublic void performOperationStep(DeploymentOperation operationContext) - Specified by:
- performOperationStepin class- DeploymentOperationStep
 
 
- 
 
-