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 java.util.List<ProcessEngineXml>ProcessesXmlImpl. getProcessEngines()Constructor parameters in org.camunda.bpm.application.impl.metadata with type arguments of type ProcessEngineXml Constructor Description ProcessesXmlImpl(java.util.List<ProcessEngineXml> processEngineXmls, java.util.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 java.util.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 ProcessEngineXmlStartProcessEngineStep. processEngineXmlthe 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 java.util.List<ProcessEngineXml>AbstractStartProcessEnginesStep. getProcessEnginesXmls(DeploymentOperation operationContext)protected java.util.List<ProcessEngineXml>PlatformXmlStartProcessEnginesStep. getProcessEnginesXmls(DeploymentOperation operationContext)protected java.util.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 voidStartProcessEngineStep. configurePlugins(ProcessEngineConfigurationImpl configuration, ProcessEngineXml processEngineXml, java.lang.ClassLoader classLoader)Instantiates and applies allProcessEnginePlugins defined in the processEngineXmlprotected StartProcessEngineStepAbstractStartProcessEnginesStep. createStartProcessEngineStep(ProcessEngineXml parsedProcessEngine)Method parameters in org.camunda.bpm.container.impl.deployment with type arguments of type ProcessEngineXml Modifier and Type Method Description protected voidProcessesXmlStopProcessEnginesStep. stopProcessEngines(java.util.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 StartProcessEngineStepEjbPlatformXmlStartProcessEnginesStep. 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 voidProcessEngineStartProcessor. startProcessEngine(ProcessEngineXml processEngineXml, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)protected ManagedProcessEngineMetadataProcessEngineStartProcessor. transformConfiguration(ProcessEngineXml processEngineXml)transforms the configuration as provided via theProcessEngineXmlinto 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 classProcessEngineXmlImplImplementation of theProcessEngineXmldescriptor.Fields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEngineXml Modifier and Type Field Description protected java.util.List<ProcessEngineXml>BpmPlatformXmlImpl. processEnginesMethods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEngineXml Modifier and Type Method Description java.util.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 voidDeploymentMetadataParse. parseProcessEngine(Element element, java.util.List<ProcessEngineXml> parsedProcessEngines)parse a<process-engine .../>element and add it to the list of parsed elementsvoidBpmPlatformXmlImpl. setProcessEngines(java.util.List<ProcessEngineXml> processEngines)Constructor parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEngineXml Constructor Description BpmPlatformXmlImpl(JobExecutorXml jobExecutor, java.util.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 java.util.List<ProcessEngineXml>BpmPlatformXml. getProcessEngines()
-