Uses of Interface
org.camunda.bpm.application.impl.metadata.spi.ProcessesXml

Packages that use ProcessesXml
org.camunda.bpm.application.impl.metadata   
org.camunda.bpm.application.impl.metadata.spi   
org.camunda.bpm.container.impl.deployment   
org.camunda.bpm.container.impl.jmx.services   
 

Uses of ProcessesXml in org.camunda.bpm.application.impl.metadata
 

Classes in org.camunda.bpm.application.impl.metadata that implement ProcessesXml
 class ProcessesXmlImpl
           
 

Fields in org.camunda.bpm.application.impl.metadata declared as ProcessesXml
protected  ProcessesXml ProcessesXmlParse.processesXml
          the constructed ProcessXml
 

Methods in org.camunda.bpm.application.impl.metadata that return ProcessesXml
 ProcessesXml ProcessesXmlParse.getProcessesXml()
           
 

Uses of ProcessesXml in org.camunda.bpm.application.impl.metadata.spi
 

Fields in org.camunda.bpm.application.impl.metadata.spi declared as ProcessesXml
static ProcessesXml ProcessesXml.EMPTY_PROCESSES_XML
          Constant representing the empty processes.xml
 

Uses of ProcessesXml in org.camunda.bpm.container.impl.deployment
 

Methods in org.camunda.bpm.container.impl.deployment that return ProcessesXml
protected  ProcessesXml ParseProcessesXmlStep.parseProcessesXml(URL url)
           
 

Methods in org.camunda.bpm.container.impl.deployment that return types with arguments of type ProcessesXml
protected  Map<URL,ProcessesXml> ParseProcessesXmlStep.parseProcessesXmlFiles(AbstractProcessApplication processApplication)
           
 

Uses of ProcessesXml in org.camunda.bpm.container.impl.jmx.services
 

Fields in org.camunda.bpm.container.impl.jmx.services with type parameters of type ProcessesXml
protected  List<ProcessesXml> JmxManagedProcessApplication.processesXmls
           
 

Methods in org.camunda.bpm.container.impl.jmx.services that return types with arguments of type ProcessesXml
 List<ProcessesXml> JmxManagedProcessApplication.getProcessesXmls()
           
 

Method parameters in org.camunda.bpm.container.impl.jmx.services with type arguments of type ProcessesXml
 void JmxManagedProcessApplication.setProcessesXmls(List<ProcessesXml> processesXmls)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.