Class DeployedProcessArchive
- java.lang.Object
-
- org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
-
public class DeployedProcessArchive extends Object
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>
allDeploymentIds
if old deployments were resumedprotected String
primaryDeploymentId
protected String
processEngineName
-
Constructor Summary
Constructors Constructor Description DeployedProcessArchive(ProcessApplicationDeployment deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAllDeploymentIds()
String
getPrimaryDeploymentId()
String
getProcessEngineName()
void
setAllDeploymentIds(Set<String> allDeploymentIds)
void
setPrimaryDeploymentId(String primaryDeploymentId)
void
setProcessEngineName(String processEngineName)
-
-
-
Constructor Detail
-
DeployedProcessArchive
public DeployedProcessArchive(ProcessApplicationDeployment deployment)
-
-
Method Detail
-
getPrimaryDeploymentId
public String getPrimaryDeploymentId()
-
setPrimaryDeploymentId
public void setPrimaryDeploymentId(String primaryDeploymentId)
-
getProcessEngineName
public String getProcessEngineName()
-
setProcessEngineName
public void setProcessEngineName(String processEngineName)
-
-