Interface ProcessesXml
-
- All Known Implementing Classes:
ProcessesXmlImpl
public interface ProcessesXml
Java API representation of the
ProcessesXml
Metadata.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static ProcessesXml
EMPTY_PROCESSES_XML
Constant representing the empty processes.xml
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
ofProcessEngineXml
Metadata Items representing process engine configurations.
-
getProcessArchives
List<ProcessArchiveXml> getProcessArchives()
- Returns:
- A
List
ofProcessArchiveXml
Metadata Items representing process archive deployments.
-
-