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 Summary
Constructors Constructor Description NotifyPostProcessApplicationUndeployedStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
performOperationStep(DeploymentOperation operationContext)
-
Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep
in classDeploymentOperationStep
-
-