Interface ProcessesXml
- All Known Implementing Classes:
ProcessesXmlImpl
public interface ProcessesXml
Java API representation of the ProcessesXml
Metadata.
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProcessesXml
Constant representing the empty processes.xml -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
EMPTY_PROCESSES_XML
Constant representing the empty processes.xml
-
-
Method Details
-
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.
-