Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
Packages that use ProcessEngineXml
Package
Description
-
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 ProcessEngineXmlConstructor parameters in org.camunda.bpm.application.impl.metadata with type arguments of type ProcessEngineXmlModifierConstructorDescriptionProcessesXmlImpl
(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 -
Uses of ProcessEngineXml in org.camunda.bpm.container.impl.deployment
Fields in org.camunda.bpm.container.impl.deployment declared as ProcessEngineXmlModifier and TypeFieldDescriptionprotected final 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 ProcessEngineXmlModifier and TypeMethodDescriptionprotected 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 ProcessEngineXmlModifier and TypeMethodDescriptionprotected 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 ProcessEngineXmlModifier and TypeMethodDescriptionprotected void
ProcessesXmlStopProcessEnginesStep.stopProcessEngines
(List<ProcessEngineXml> processEngine, DeploymentOperation operationContext) Constructors in org.camunda.bpm.container.impl.deployment with parameters of type 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 ProcessEngineXmlModifier and TypeMethodDescriptionprotected StartProcessEngineStep
EjbPlatformXmlStartProcessEnginesStep.createStartProcessEngineStep
(ProcessEngineXml parsedProcessEngine) Constructors in org.camunda.bpm.container.impl.ejb.deployment with parameters of type 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 ProcessEngineXmlModifier and TypeMethodDescriptionprotected 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 ProcessEngineXmlFields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEngineXmlModifier and TypeFieldDescriptionprotected List<ProcessEngineXml>
BpmPlatformXmlImpl.processEngines
Methods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEngineXmlMethod parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEngineXmlModifier and TypeMethodDescriptionprotected 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 ProcessEngineXmlModifierConstructorDescriptionBpmPlatformXmlImpl
(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