Interface BpmPlatformXml
- All Known Implementing Classes:
 BpmPlatformXmlImpl
public interface BpmPlatformXml
Java API representation of the bpm-platform.xml file.
- Author:
 - Daniel Meyer
 
- 
Method Summary
Modifier and TypeMethodDescription 
- 
Method Details
- 
getJobExecutor
JobExecutorXml getJobExecutor()- Returns:
 - the 
JobExecutorXmlconfiguration of the JobExecutor. 
 - 
getProcessEngines
List<ProcessEngineXml> getProcessEngines()- Returns:
 - A 
ListofProcessEngineXmlMetadata Items representing process engine configurations. 
 
 -