Package org.camunda.bpm.application
Interface ProcessApplicationInfo
- All Known Implementing Classes:
ProcessApplicationInfoImpl
public interface ProcessApplicationInfo
Object holding information about a deployed Process Application
- Author:
- Daniel Meyer
- See Also:
-
Field Details
-
PROP_SERVLET_CONTEXT_PATH
constant for the servlet context path property- See Also:
-
-
Method Details
-
getName
String getName()- Returns:
- the name of the process application
-
getDeploymentInfo
List<ProcessApplicationDeploymentInfo> getDeploymentInfo()- Returns:
- a list of
ProcessApplicationDeploymentInfo
objects that provide information about the deployments made by the process application to the process engine(s).
-
getProperties
Provides access to a list of process application-provided properties.
This class provides a set of constants for commonly-used properties
- See Also:
-