Uses of Interface
org.camunda.bpm.application.impl.metadata.spi.ProcessesXml
-
-
Uses of ProcessesXml in org.camunda.bpm.application.impl.metadata
Classes in org.camunda.bpm.application.impl.metadata that implement ProcessesXml Modifier and Type Class Description class
ProcessesXmlImpl
Fields in org.camunda.bpm.application.impl.metadata declared as ProcessesXml Modifier and Type Field Description protected ProcessesXml
ProcessesXmlParse. processesXml
the constructed ProcessXmlMethods in org.camunda.bpm.application.impl.metadata that return ProcessesXml Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description protected ProcessesXml
ParseProcessesXmlStep. parseProcessesXml(URL url)
Methods in org.camunda.bpm.container.impl.deployment that return types with arguments of type ProcessesXml Modifier and Type Method Description protected Map<URL,ProcessesXml>
ParseProcessesXmlStep. parseProcessesXmlFiles(AbstractProcessApplication processApplication)
-
Uses of ProcessesXml in org.camunda.bpm.container.impl.jboss.deployment.processor
Methods in org.camunda.bpm.container.impl.jboss.deployment.processor that return ProcessesXml Modifier and Type Method Description protected ProcessesXml
ProcessesXmlProcessor. parseProcessesXml(URL url)
-
Uses of ProcessesXml in org.camunda.bpm.container.impl.jboss.util
Methods in org.camunda.bpm.container.impl.jboss.util that return ProcessesXml Modifier and Type Method Description ProcessesXml
ProcessesXmlWrapper. getProcessesXml()
Constructors in org.camunda.bpm.container.impl.jboss.util with parameters of type ProcessesXml Constructor Description ProcessesXmlWrapper(ProcessesXml processesXml, org.jboss.vfs.VirtualFile processesXmlFile)
-
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 Modifier and Type Field Description protected List<ProcessesXml>
JmxManagedProcessApplication. processesXmls
Methods in org.camunda.bpm.container.impl.jmx.services that return types with arguments of type ProcessesXml Modifier and Type Method Description List<ProcessesXml>
JmxManagedProcessApplication. getProcessesXmls()
Method parameters in org.camunda.bpm.container.impl.jmx.services with type arguments of type ProcessesXml Modifier and Type Method Description void
JmxManagedProcessApplication. setProcessesXmls(List<ProcessesXml> processesXmls)
-