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
JobExecutorXml
configuration of the JobExecutor.
-
getProcessEngines
List<ProcessEngineXml> getProcessEngines()- Returns:
- A
List
ofProcessEngineXml
Metadata Items representing process engine configurations.
-