public class ProcessApplicationInfoImpl extends Object implements ProcessApplicationInfo
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ProcessApplicationDeploymentInfo> | deploymentInfo | 
| protected String | name | 
| protected Map<String,String> | properties | 
PROP_SERVLET_CONTEXT_PATH| Constructor and Description | 
|---|
| ProcessApplicationInfoImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ProcessApplicationDeploymentInfo> | getDeploymentInfo() | 
| String | getName() | 
| Map<String,String> | getProperties()Provides access to a list of process application-provided properties. | 
| void | setDeploymentInfo(List<ProcessApplicationDeploymentInfo> deploymentInfo) | 
| void | setName(String name) | 
| void | setProperties(Map<String,String> properties) | 
protected String name
protected List<ProcessApplicationDeploymentInfo> deploymentInfo
public String getName()
getName in interface ProcessApplicationInfopublic void setName(String name)
public List<ProcessApplicationDeploymentInfo> getDeploymentInfo()
getDeploymentInfo in interface ProcessApplicationInfoProcessApplicationDeploymentInfo objects that
         provide information about the deployments made by the process
         application to the process engine(s).public void setDeploymentInfo(List<ProcessApplicationDeploymentInfo> deploymentInfo)
public Map<String,String> getProperties()
ProcessApplicationInfoProvides access to a list of process application-provided properties.
This class provides a set of constants for commonly-used properties
getProperties in interface ProcessApplicationInfoProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATHCopyright © 2018. All rights reserved.