org.camunda.bpm.container.impl.deployment
Class PreUndeployInvocationStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.PreUndeployInvocationStep
public class PreUndeployInvocationStep
- extends DeploymentOperationStep
Operation step responsible for invoking the @PreUndeploy
method of a
ProcessApplication class.
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreUndeployInvocationStep
public PreUndeployInvocationStep()
getName
public String getName()
- Specified by:
getName
in class DeploymentOperationStep
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep
in class DeploymentOperationStep
Copyright © 2017 camunda services GmbH. All rights reserved.