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 ProcessApplicationInfo
public void setName(String name)
public List<ProcessApplicationDeploymentInfo> getDeploymentInfo()
getDeploymentInfo
in interface ProcessApplicationInfo
ProcessApplicationDeploymentInfo
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()
ProcessApplicationInfo
Provides access to a list of process application-provided properties.
This class provides a set of constants for commonly-used properties
getProperties
in interface ProcessApplicationInfo
ProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATH
Copyright © 2015. All rights reserved.