Class ProcessesXmlImpl
java.lang.Object
org.camunda.bpm.application.impl.metadata.ProcessesXmlImpl
- All Implemented Interfaces:
- ProcessesXml
- Author:
- Daniel Meyer
- 
Field SummaryFields inherited from interface org.camunda.bpm.application.impl.metadata.spi.ProcessesXmlEMPTY_PROCESSES_XML
- 
Constructor SummaryConstructorsConstructorDescriptionProcessesXmlImpl(List<ProcessEngineXml> processEngineXmls, List<ProcessArchiveXml> processArchiveXmls) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
ProcessesXmlImplpublic ProcessesXmlImpl(List<ProcessEngineXml> processEngineXmls, List<ProcessArchiveXml> processArchiveXmls) 
 
- 
- 
Method Details- 
getProcessEngines- Specified by:
- getProcessEnginesin interface- ProcessesXml
- Returns:
- A ListofProcessEngineXmlMetadata Items representing process engine configurations.
 
- 
getProcessArchives- Specified by:
- getProcessArchivesin interface- ProcessesXml
- Returns:
- A ListofProcessArchiveXmlMetadata Items representing process archive deployments.
 
 
-