Class ProcessesXmlImpl
java.lang.Object
org.camunda.bpm.application.impl.metadata.ProcessesXmlImpl
- All Implemented Interfaces:
ProcessesXml
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from interface org.camunda.bpm.application.impl.metadata.spi.ProcessesXml
EMPTY_PROCESSES_XML
-
Constructor Summary
ConstructorDescriptionProcessesXmlImpl
(List<ProcessEngineXml> processEngineXmls, List<ProcessArchiveXml> processArchiveXmls) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ProcessesXmlImpl
public ProcessesXmlImpl(List<ProcessEngineXml> processEngineXmls, List<ProcessArchiveXml> processArchiveXmls)
-
-
Method Details
-
getProcessEngines
- Specified by:
getProcessEngines
in interfaceProcessesXml
- Returns:
- A
List
ofProcessEngineXml
Metadata Items representing process engine configurations.
-
getProcessArchives
- Specified by:
getProcessArchives
in interfaceProcessesXml
- Returns:
- A
List
ofProcessArchiveXml
Metadata Items representing process archive deployments.
-