org.camunda.bpm.application.impl.metadata.spi
Interface ProcessesXml
- All Known Implementing Classes:
- ProcessesXmlImpl
public interface ProcessesXml
Java API representation of the ProcessesXml Metadata.
- Author:
- Daniel Meyer
EMPTY_PROCESSES_XML
static final ProcessesXml EMPTY_PROCESSES_XML
Constant representing the empty processes.xml
getProcessEngines
List<ProcessEngineXml> getProcessEngines()
- Returns:
- A
List of ProcessEngineXml Metadata Items representing process engine configurations.
getProcessArchives
List<ProcessArchiveXml> getProcessArchives()
- Returns:
- A
List of ProcessArchiveXml Metadata Items representing process archive deployments.
Copyright © 2015 camunda services GmbH. All rights reserved.