org.camunda.bpm.container.impl.deployment.util
Class DeployedProcessArchive
java.lang.Object
org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
public class DeployedProcessArchive
- extends Object
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
primaryDeploymentId
protected String primaryDeploymentId
allDeploymentIds
protected Set<String> allDeploymentIds
- if old deployments were resumed
processEngineName
protected String processEngineName
DeployedProcessArchive
public DeployedProcessArchive(ProcessApplicationDeployment deployment)
getPrimaryDeploymentId
public String getPrimaryDeploymentId()
setPrimaryDeploymentId
public void setPrimaryDeploymentId(String primaryDeploymentId)
getAllDeploymentIds
public Set<String> getAllDeploymentIds()
setAllDeploymentIds
public void setAllDeploymentIds(Set<String> allDeploymentIds)
getProcessEngineName
public String getProcessEngineName()
setProcessEngineName
public void setProcessEngineName(String processEngineName)
Copyright © 2016 camunda services GmbH. All rights reserved.