Uses of Interface
org.camunda.bpm.application.impl.metadata.spi.ProcessesXml
Package
Description
-
Uses of ProcessesXml in org.camunda.bpm.application.impl.metadata
Modifier and TypeFieldDescriptionprotected ProcessesXml
ProcessesXmlParse.processesXml
the constructed ProcessXml -
Uses of ProcessesXml in org.camunda.bpm.application.impl.metadata.spi
Modifier and TypeFieldDescriptionstatic final ProcessesXml
ProcessesXml.EMPTY_PROCESSES_XML
Constant representing the empty processes.xml -
Uses of ProcessesXml in org.camunda.bpm.container.impl.deployment
Modifier and TypeMethodDescriptionprotected ProcessesXml
ParseProcessesXmlStep.parseProcessesXml
(URL url) Modifier and TypeMethodDescriptionprotected Map<URL,
ProcessesXml> ParseProcessesXmlStep.parseProcessesXmlFiles
(AbstractProcessApplication processApplication) -
Uses of ProcessesXml in org.camunda.bpm.container.impl.jboss.deployment.processor
Modifier and TypeMethodDescriptionprotected ProcessesXml
ProcessesXmlProcessor.parseProcessesXml
(URL url) -
Uses of ProcessesXml in org.camunda.bpm.container.impl.jboss.util
ModifierConstructorDescriptionProcessesXmlWrapper
(ProcessesXml processesXml, org.jboss.vfs.VirtualFile processesXmlFile) -
Uses of ProcessesXml in org.camunda.bpm.container.impl.jmx.services
Modifier and TypeFieldDescriptionprotected List<ProcessesXml>
JmxManagedProcessApplication.processesXmls
Modifier and TypeMethodDescriptionvoid
JmxManagedProcessApplication.setProcessesXmls
(List<ProcessesXml> processesXmls)