org.camunda.bpm.container.impl.metadata
Class BpmPlatformXmlImpl
java.lang.Object
org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
- All Implemented Interfaces:
- BpmPlatformXml
public class BpmPlatformXmlImpl
- extends Object
- implements BpmPlatformXml
Implementation of the BpmPlatformXml SPI
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobExecutor
protected JobExecutorXml jobExecutor
processEngines
protected List<ProcessEngineXml> processEngines
BpmPlatformXmlImpl
public BpmPlatformXmlImpl(JobExecutorXml jobExecutor,
List<ProcessEngineXml> processEngines)
getProcessEngines
public List<ProcessEngineXml> getProcessEngines()
- Specified by:
getProcessEngines in interface BpmPlatformXml
- Returns:
- A
List of ProcessEngineXml Metadata Items representing process engine configurations.
setProcessEngines
public void setProcessEngines(List<ProcessEngineXml> processEngines)
getJobExecutor
public JobExecutorXml getJobExecutor()
- Specified by:
getJobExecutor in interface BpmPlatformXml
- Returns:
- the
JobExecutorXml configuration of the JobExecutor.
setJobExecutor
public void setJobExecutor(JobExecutorXml jobExecutor)
Copyright © 2017 camunda services GmbH. All rights reserved.