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 java.util.List<ProcessArchiveXml>
getProcessArchives()
java.util.List<ProcessEngineXml>
getProcessEngines()
-
-
-
Field Detail
-
EMPTY_PROCESSES_XML
static final ProcessesXml EMPTY_PROCESSES_XML
Constant representing the empty processes.xml
-
-
Method Detail
-
getProcessEngines
java.util.List<ProcessEngineXml> getProcessEngines()
- Returns:
- A
List
ofProcessEngineXml
Metadata Items representing process engine configurations.
-
getProcessArchives
java.util.List<ProcessArchiveXml> getProcessArchives()
- Returns:
- A
List
ofProcessArchiveXml
Metadata Items representing process archive deployments.
-
-