Class BpmPlatformXmlImpl
java.lang.Object
org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
- All Implemented Interfaces:
BpmPlatformXml
Implementation of the BpmPlatformXml SPI
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBpmPlatformXmlImpl
(JobExecutorXml jobExecutor, List<ProcessEngineXml> processEngines) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setJobExecutor
(JobExecutorXml jobExecutor) void
setProcessEngines
(List<ProcessEngineXml> processEngines)
-
Field Details
-
jobExecutor
-
processEngines
-
-
Constructor Details
-
BpmPlatformXmlImpl
-
-
Method Details
-
getProcessEngines
- Specified by:
getProcessEngines
in interfaceBpmPlatformXml
- Returns:
- A
List
ofProcessEngineXml
Metadata Items representing process engine configurations.
-
setProcessEngines
-
getJobExecutor
- Specified by:
getJobExecutor
in interfaceBpmPlatformXml
- Returns:
- the
JobExecutorXml
configuration of the JobExecutor.
-
setJobExecutor
-