org.camunda.bpm.application.impl
Class ProcessApplicationInfoImpl

java.lang.Object
  extended by org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
All Implemented Interfaces:
ProcessApplicationInfo

public class ProcessApplicationInfoImpl
extends Object
implements ProcessApplicationInfo

Author:
Daniel Meyer

Field Summary
protected  List<ProcessApplicationDeploymentInfo> deploymentInfo
           
protected  String name
           
protected  Map<String,String> properties
           
 
Fields inherited from interface org.camunda.bpm.application.ProcessApplicationInfo
PROP_SERVLET_CONTEXT_PATH
 
Constructor Summary
ProcessApplicationInfoImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

deploymentInfo

protected List<ProcessApplicationDeploymentInfo> deploymentInfo

properties

protected Map<String,String> properties
Constructor Detail

ProcessApplicationInfoImpl

public ProcessApplicationInfoImpl()
Method Detail

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.