Package org.camunda.bpm.application.impl
Class ProcessApplicationInfoImpl
java.lang.Object
org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
- All Implemented Interfaces:
ProcessApplicationInfo
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ProcessApplicationDeploymentInfo>
protected String
Fields inherited from interface org.camunda.bpm.application.ProcessApplicationInfo
PROP_SERVLET_CONTEXT_PATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Provides access to a list of process application-provided properties.void
setDeploymentInfo
(List<ProcessApplicationDeploymentInfo> deploymentInfo) void
void
setProperties
(Map<String, String> properties)
-
Field Details
-
name
-
deploymentInfo
-
properties
-
-
Constructor Details
-
ProcessApplicationInfoImpl
public ProcessApplicationInfoImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceProcessApplicationInfo
- Returns:
- the name of the process application
-
setName
-
getDeploymentInfo
- Specified by:
getDeploymentInfo
in interfaceProcessApplicationInfo
- Returns:
- a list of
ProcessApplicationDeploymentInfo
objects that provide information about the deployments made by the process application to the process engine(s).
-
setDeploymentInfo
-
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 interfaceProcessApplicationInfo
- See Also:
-
setProperties
-