org.camunda.bpm.application.impl
Class ProcessApplicationInfoImpl
java.lang.Object
org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
- All Implemented Interfaces:
- ProcessApplicationInfo
public class ProcessApplicationInfoImpl
- extends Object
- implements ProcessApplicationInfo
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
deploymentInfo
protected List<ProcessApplicationDeploymentInfo> deploymentInfo
properties
protected Map<String,String> properties
ProcessApplicationInfoImpl
public ProcessApplicationInfoImpl()
getName
public String getName()
- Specified by:
getName
in interface ProcessApplicationInfo
- Returns:
- the name of the process application
setName
public void setName(String name)
getDeploymentInfo
public List<ProcessApplicationDeploymentInfo> getDeploymentInfo()
- Specified by:
getDeploymentInfo
in interface ProcessApplicationInfo
- Returns:
- a list of
ProcessApplicationDeploymentInfo
objects that
provide information about the deployments made by the process
application to the process engine(s).
setDeploymentInfo
public void setDeploymentInfo(List<ProcessApplicationDeploymentInfo> deploymentInfo)
getProperties
public Map<String,String> getProperties()
- Description copied from interface:
ProcessApplicationInfo
Provides access to a list of process application-provided properties.
This class provides a set of constants for commonly-used properties
- Specified by:
getProperties
in interface ProcessApplicationInfo
- See Also:
ProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATH
setProperties
public void setProperties(Map<String,String> properties)
Copyright © 2017 camunda services GmbH. All rights reserved.