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
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 © 2016 camunda services GmbH. All rights reserved.