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
ConstructorsConstructorDescriptionProcessesXmlImpl(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:
 getProcessEnginesin interfaceProcessesXml- Returns:
 - A 
ListofProcessEngineXmlMetadata Items representing process engine configurations. 
 - 
getProcessArchives
- Specified by:
 getProcessArchivesin interfaceProcessesXml- Returns:
 - A 
ListofProcessArchiveXmlMetadata Items representing process archive deployments. 
 
 -