org.camunda.bpm.container.impl.deployment
Class UndeployProcessArchivesStep

java.lang.Object
  extended by org.camunda.bpm.container.impl.spi.DeploymentOperationStep
      extended by org.camunda.bpm.container.impl.deployment.UndeployProcessArchivesStep

public class UndeployProcessArchivesStep
extends DeploymentOperationStep

Deployment operation responsible for undeploying all process archives.

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
LOGGER
 
Constructor Summary
UndeployProcessArchivesStep()
           
 
Method Summary
 String getName()
           
 void performOperationStep(DeploymentOperation operationContext)
           
 
Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndeployProcessArchivesStep

public UndeployProcessArchivesStep()
Method Detail

getName

public String getName()
Specified by:
getName in class DeploymentOperationStep

performOperationStep

public void performOperationStep(DeploymentOperation operationContext)
Specified by:
performOperationStep in class DeploymentOperationStep


Copyright © 2015 camunda services GmbH. All rights reserved.