public interface ProcessesXml
Java API representation of the ProcessesXml Metadata.
| Modifier and Type | Field and Description | 
|---|---|
| static ProcessesXml | EMPTY_PROCESSES_XMLConstant representing the empty processes.xml | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ProcessArchiveXml> | getProcessArchives() | 
| List<ProcessEngineXml> | getProcessEngines() | 
static final ProcessesXml EMPTY_PROCESSES_XML
Constant representing the empty processes.xml
List<ProcessEngineXml> getProcessEngines()
List of ProcessEngineXml Metadata Items representing process engine configurations.List<ProcessArchiveXml> getProcessArchives()
List of ProcessArchiveXml Metadata Items representing process archive deployments.Copyright © 2018. All rights reserved.