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

Field Summary
static ProcessesXml EMPTY_PROCESSES_XML
          Constant representing the empty processes.xml
 
Method Summary
 List<ProcessArchiveXml> getProcessArchives()
           
 List<ProcessEngineXml> getProcessEngines()
           
 

Field Detail

EMPTY_PROCESSES_XML

static final ProcessesXml EMPTY_PROCESSES_XML

Constant representing the empty processes.xml

Method Detail

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.