Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
-
-
Uses of ProcessEngineXml in org.camunda.bpm.application.impl.metadata
Methods in org.camunda.bpm.application.impl.metadata that return types with arguments of type ProcessEngineXml Modifier and Type Method Description List<ProcessEngineXml>
ProcessesXmlImpl. getProcessEngines()
Constructor parameters in org.camunda.bpm.application.impl.metadata with type arguments of type ProcessEngineXml Constructor Description ProcessesXmlImpl(List<ProcessEngineXml> processEngineXmls, List<ProcessArchiveXml> processArchiveXmls)
-
Uses of ProcessEngineXml in org.camunda.bpm.application.impl.metadata.spi
Methods in org.camunda.bpm.application.impl.metadata.spi that return types with arguments of type ProcessEngineXml Modifier and Type Method Description List<ProcessEngineXml>
ProcessesXml. getProcessEngines()
-
Uses of ProcessEngineXml in org.camunda.bpm.container.impl.deployment
Fields in org.camunda.bpm.container.impl.deployment declared as ProcessEngineXml Modifier and Type Field Description protected ProcessEngineXml
StartProcessEngineStep. processEngineXml
the process engine Xml configuration passed in as a parameter to the operation stepMethods in org.camunda.bpm.container.impl.deployment that return types with arguments of type ProcessEngineXml Modifier and Type Method Description protected abstract List<ProcessEngineXml>
AbstractStartProcessEnginesStep. getProcessEnginesXmls(DeploymentOperation operationContext)
protected List<ProcessEngineXml>
PlatformXmlStartProcessEnginesStep. getProcessEnginesXmls(DeploymentOperation operationContext)
protected List<ProcessEngineXml>
ProcessesXmlStartProcessEnginesStep. getProcessEnginesXmls(DeploymentOperation operationContext)
Methods in org.camunda.bpm.container.impl.deployment with parameters of type ProcessEngineXml Modifier and Type Method Description protected void
StartProcessEngineStep. configurePlugins(ProcessEngineConfigurationImpl configuration, ProcessEngineXml processEngineXml, ClassLoader classLoader)
Instantiates and applies allProcessEnginePlugin
s defined in the processEngineXmlprotected StartProcessEngineStep
AbstractStartProcessEnginesStep. createStartProcessEngineStep(ProcessEngineXml parsedProcessEngine)
Method parameters in org.camunda.bpm.container.impl.deployment with type arguments of type ProcessEngineXml Modifier and Type Method Description protected void
ProcessesXmlStopProcessEnginesStep. stopProcessEngines(List<ProcessEngineXml> processEngine, DeploymentOperation operationContext)
Constructors in org.camunda.bpm.container.impl.deployment with parameters of type ProcessEngineXml Constructor Description StartProcessEngineStep(ProcessEngineXml processEngineXml)
-
Uses of ProcessEngineXml in org.camunda.bpm.container.impl.ejb.deployment
Methods in org.camunda.bpm.container.impl.ejb.deployment with parameters of type ProcessEngineXml Modifier and Type Method Description protected StartProcessEngineStep
EjbPlatformXmlStartProcessEnginesStep. createStartProcessEngineStep(ProcessEngineXml parsedProcessEngine)
Constructors in org.camunda.bpm.container.impl.ejb.deployment with parameters of type ProcessEngineXml Constructor Description EjbStartProcessEngineStep(ProcessEngineXml processEngineXml)
-
Uses of ProcessEngineXml in org.camunda.bpm.container.impl.jboss.deployment.processor
Methods in org.camunda.bpm.container.impl.jboss.deployment.processor with parameters of type ProcessEngineXml Modifier and Type Method Description protected void
ProcessEngineStartProcessor. startProcessEngine(ProcessEngineXml processEngineXml, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
protected ManagedProcessEngineMetadata
ProcessEngineStartProcessor. transformConfiguration(ProcessEngineXml processEngineXml)
transforms the configuration as provided via theProcessEngineXml
into aManagedProcessEngineMetadata
-
Uses of ProcessEngineXml in org.camunda.bpm.container.impl.metadata
Classes in org.camunda.bpm.container.impl.metadata that implement ProcessEngineXml Modifier and Type Class Description class
ProcessEngineXmlImpl
Implementation of theProcessEngineXml
descriptor.Fields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEngineXml Modifier and Type Field Description protected List<ProcessEngineXml>
BpmPlatformXmlImpl. processEngines
Methods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEngineXml Modifier and Type Method Description List<ProcessEngineXml>
BpmPlatformXmlImpl. getProcessEngines()
Method parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEngineXml Modifier and Type Method Description protected void
DeploymentMetadataParse. parseProcessEngine(Element element, List<ProcessEngineXml> parsedProcessEngines)
parse a<process-engine .../>
element and add it to the list of parsed elementsvoid
BpmPlatformXmlImpl. setProcessEngines(List<ProcessEngineXml> processEngines)
Constructor parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEngineXml Constructor Description BpmPlatformXmlImpl(JobExecutorXml jobExecutor, List<ProcessEngineXml> processEngines)
-
Uses of ProcessEngineXml in org.camunda.bpm.container.impl.metadata.spi
Methods in org.camunda.bpm.container.impl.metadata.spi that return types with arguments of type ProcessEngineXml Modifier and Type Method Description List<ProcessEngineXml>
BpmPlatformXml. getProcessEngines()
-