Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml

Packages that use ProcessEngineXml
org.camunda.bpm.application.impl.metadata   
org.camunda.bpm.application.impl.metadata.spi   
org.camunda.bpm.container.impl.deployment   
org.camunda.bpm.container.impl.metadata   
org.camunda.bpm.container.impl.metadata.spi   
 

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
 List<ProcessEngineXml> ProcessesXmlImpl.getProcessEngines()
           
 

Constructor parameters in org.camunda.bpm.application.impl.metadata with type arguments of type ProcessEngineXml
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
 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
protected  ProcessEngineXml StartProcessEngineStep.processEngineXml
          the process engine Xml configuration passed in as a parameter to the operation step
 

Methods in org.camunda.bpm.container.impl.deployment that return types with arguments of type ProcessEngineXml
protected  List<ProcessEngineXml> PlatformXmlStartProcessEnginesStep.getProcessEnginesXmls(DeploymentOperation operationContext)
           
protected  List<ProcessEngineXml> ProcessesXmlStartProcessEnginesStep.getProcessEnginesXmls(DeploymentOperation operationContext)
           
protected abstract  List<ProcessEngineXml> AbstractStartProcessEnginesStep.getProcessEnginesXmls(DeploymentOperation operationContext)
           
 

Methods in org.camunda.bpm.container.impl.deployment with parameters of type ProcessEngineXml
protected  void StartProcessEngineStep.configurePlugins(ProcessEngineConfigurationImpl configuration, ProcessEngineXml processEngineXml, ClassLoader classLoader)
          Instantiates and applies all ProcessEnginePlugins defined in the processEngineXml
protected  StartProcessEngineStep AbstractStartProcessEnginesStep.createStartProcessEngineStep(ProcessEngineXml parsedProcessEngine)
           
 

Method parameters in org.camunda.bpm.container.impl.deployment with type arguments of type ProcessEngineXml
protected  void ProcessesXmlStopProcessEnginesStep.stopProcessEngines(List<ProcessEngineXml> processEngine, DeploymentOperation operationContext)
           
 

Constructors in org.camunda.bpm.container.impl.deployment with parameters of type ProcessEngineXml
StartProcessEngineStep(ProcessEngineXml processEngineXml)
           
 

Uses of ProcessEngineXml in org.camunda.bpm.container.impl.metadata
 

Classes in org.camunda.bpm.container.impl.metadata that implement ProcessEngineXml
 class ProcessEngineXmlImpl
          Implementation of the ProcessEngineXml descriptor.
 

Fields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEngineXml
protected  List<ProcessEngineXml> BpmPlatformXmlImpl.processEngines
           
 

Methods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEngineXml
 List<ProcessEngineXml> BpmPlatformXmlImpl.getProcessEngines()
           
 

Method parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEngineXml
protected  void DeploymentMetadataParse.parseProcessEngine(Element element, List<ProcessEngineXml> parsedProcessEngines)
          parse a <process-engine .../> element and add it to the list of parsed elements
 void BpmPlatformXmlImpl.setProcessEngines(List<ProcessEngineXml> processEngines)
           
 

Constructor parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEngineXml
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
 List<ProcessEngineXml> BpmPlatformXml.getProcessEngines()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.