org.camunda.bpm.container.impl.deployment.util
Class DeployedProcessArchive

java.lang.Object
  extended by org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive

public class DeployedProcessArchive
extends Object

Author:
Daniel Meyer

Field Summary
protected  Set<String> allDeploymentIds
          if old deployments were resumed
protected  String primaryDeploymentId
           
protected  String processEngineName
           
 
Constructor Summary
DeployedProcessArchive(ProcessApplicationDeployment deployment)
           
 
Method Summary
 Set<String> getAllDeploymentIds()
           
 String getPrimaryDeploymentId()
           
 String getProcessEngineName()
           
 void setAllDeploymentIds(Set<String> allDeploymentIds)
           
 void setPrimaryDeploymentId(String primaryDeploymentId)
           
 void setProcessEngineName(String processEngineName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primaryDeploymentId

protected String primaryDeploymentId

allDeploymentIds

protected Set<String> allDeploymentIds
if old deployments were resumed


processEngineName

protected String processEngineName
Constructor Detail

DeployedProcessArchive

public DeployedProcessArchive(ProcessApplicationDeployment deployment)
Method Detail

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.