Class PreUndeployInvocationStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.PreUndeployInvocationStep
Operation step responsible for invoking the @PreUndeploy
method of a
ProcessApplication class.
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
performOperationStep
(DeploymentOperation operationContext) Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
-
Constructor Details
-
PreUndeployInvocationStep
public PreUndeployInvocationStep()
-
-
Method Details
-
getName
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
- Specified by:
performOperationStep
in classDeploymentOperationStep
-