public interface ProcessApplicationInfo
Object holding information about a deployed Process Application
ProcessApplicationService.getProcessApplicationInfo(String)| Modifier and Type | Field and Description | 
|---|---|
| static String | PROP_SERVLET_CONTEXT_PATHconstant for the servlet context path property | 
| 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. | 
static final String PROP_SERVLET_CONTEXT_PATH
String getName()
List<ProcessApplicationDeploymentInfo> getDeploymentInfo()
ProcessApplicationDeploymentInfo objects that
         provide information about the deployments made by the process
         application to the process engine(s).Map<String,String> getProperties()
Provides access to a list of process application-provided properties.
This class provides a set of constants for commonly-used properties
PROP_SERVLET_CONTEXT_PATHCopyright © 2018. All rights reserved.