org.camunda.bpm.container.impl.deployment
Class DeployProcessArchivesStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.DeployProcessArchivesStep
public class DeployProcessArchivesStep
- extends DeploymentOperationStep
Deployment step responsible for creating individual
DeployProcessArchiveStep instances for each process archive
configured in the META-INF/processes.xml file.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployProcessArchivesStep
public DeployProcessArchivesStep()
getName
public String getName()
- Specified by:
getName in class DeploymentOperationStep
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep in class DeploymentOperationStep
createDeployProcessArchiveStep
protected DeployProcessArchiveStep createDeployProcessArchiveStep(ProcessArchiveXml parsedProcessArchive,
URL url)
Copyright © 2016 camunda services GmbH. All rights reserved.