Interface BpmPlatformXml
-
- All Known Implementing Classes:
BpmPlatformXmlImpl
public interface BpmPlatformXml
Java API representation of the bpm-platform.xml file.
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobExecutorXml
getJobExecutor()
List<ProcessEngineXml>
getProcessEngines()
-
-
-
Method Detail
-
getJobExecutor
JobExecutorXml getJobExecutor()
- Returns:
- the
JobExecutorXml
configuration of the JobExecutor.
-
getProcessEngines
List<ProcessEngineXml> getProcessEngines()
- Returns:
- A
List
ofProcessEngineXml
Metadata Items representing process engine configurations.
-
-