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

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

public class UndeployProcessArchiveStep
extends DeploymentOperationStep

Deployment operation step responsible for performing the undeployment of a process archive

Author:
Daniel Meyer

Field Summary
protected  JmxManagedProcessApplication deployedProcessApplication
           
protected  ProcessArchiveXml processArchive
           
protected  String processArchvieName
           
protected  String processEngineName
           
 
Constructor Summary
UndeployProcessArchiveStep(JmxManagedProcessApplication deployedProcessApplication, ProcessArchiveXml processArchive, String processEngineName)
           
 
Method Summary
protected  void deleteDeployment(String deploymentId, RepositoryService repositoryService)
           
 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
 

Field Detail

processArchvieName

protected String processArchvieName

deployedProcessApplication

protected JmxManagedProcessApplication deployedProcessApplication

processArchive

protected ProcessArchiveXml processArchive

processEngineName

protected String processEngineName
Constructor Detail

UndeployProcessArchiveStep

public UndeployProcessArchiveStep(JmxManagedProcessApplication deployedProcessApplication,
                                  ProcessArchiveXml processArchive,
                                  String processEngineName)
Method Detail

getName

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

performOperationStep

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

deleteDeployment

protected void deleteDeployment(String deploymentId,
                                RepositoryService repositoryService)


Copyright © 2016 camunda services GmbH. All rights reserved.