public class DeployedProcessArchive extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Set<String> | 
allDeploymentIds
if old deployments were resumed 
 | 
protected String | 
primaryDeploymentId  | 
protected String | 
processEngineName  | 
| Constructor and Description | 
|---|
DeployedProcessArchive(ProcessApplicationDeployment deployment)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
getAllDeploymentIds()  | 
String | 
getPrimaryDeploymentId()  | 
String | 
getProcessEngineName()  | 
void | 
setAllDeploymentIds(Set<String> allDeploymentIds)  | 
void | 
setPrimaryDeploymentId(String primaryDeploymentId)  | 
void | 
setProcessEngineName(String processEngineName)  | 
protected String primaryDeploymentId
protected String processEngineName
public DeployedProcessArchive(ProcessApplicationDeployment deployment)
Copyright © 2017. All rights reserved.