org.camunda.bpm.container.impl.deployment
Class UndeployProcessArchiveStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processArchvieName
protected String processArchvieName
deployedProcessApplication
protected JmxManagedProcessApplication deployedProcessApplication
processArchive
protected ProcessArchiveXml processArchive
processEngineName
protected String processEngineName
UndeployProcessArchiveStep
public UndeployProcessArchiveStep(JmxManagedProcessApplication deployedProcessApplication,
ProcessArchiveXml processArchive,
String processEngineName)
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.