org.camunda.bpm.container.impl.metadata.spi
Interface BpmPlatformXml

All Known Implementing Classes:
BpmPlatformXmlImpl

public interface BpmPlatformXml

Java API representation of the bpm-platform.xml file.

Author:
Daniel Meyer

Method Summary
 JobExecutorXml getJobExecutor()
           
 List<ProcessEngineXml> getProcessEngines()
           
 

Method Detail

getJobExecutor

JobExecutorXml getJobExecutor()
Returns:
the JobExecutorXml configuration of the JobExecutor.

getProcessEngines

List<ProcessEngineXml> getProcessEngines()
Returns:
A List of ProcessEngineXml Metadata Items representing process engine configurations.


Copyright © 2017 camunda services GmbH. All rights reserved.