Modifier and Type | Method and Description |
---|---|
List<ProcessEngineXml> |
ProcessesXmlImpl.getProcessEngines() |
Constructor and Description |
---|
ProcessesXmlImpl(List<ProcessEngineXml> processEngineXmls,
List<ProcessArchiveXml> processArchiveXmls) |
Modifier and Type | Method and Description |
---|---|
List<ProcessEngineXml> |
ProcessesXml.getProcessEngines() |
Modifier and Type | Method and 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 the
ProcessEngineXml
into a ManagedProcessEngineMetadata |
Modifier and Type | Field and Description |
---|---|
protected ProcessEngineXml |
StartProcessEngineStep.processEngineXml
the process engine Xml configuration passed in as a parameter to the operation step
|
Modifier and Type | Method and Description |
---|---|
protected List<ProcessEngineXml> |
ProcessesXmlStartProcessEnginesStep.getProcessEnginesXmls(MBeanDeploymentOperation operationContext) |
protected List<ProcessEngineXml> |
PlatformXmlStartProcessEnginesStep.getProcessEnginesXmls(MBeanDeploymentOperation operationContext) |
protected abstract List<ProcessEngineXml> |
AbstractStartProcessEnginesStep.getProcessEnginesXmls(MBeanDeploymentOperation operationContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
StartProcessEngineStep.configurePlugins(ProcessEngineConfigurationImpl configuration,
ProcessEngineXml processEngineXml,
ClassLoader classLoader)
Instantiates and applies all
ProcessEnginePlugin s defined in the processEngineXml |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessesXmlStopProcessEnginesStep.stopProcessEngines(List<ProcessEngineXml> processEngine,
MBeanDeploymentOperation operationContext) |
Constructor and Description |
---|
StartProcessEngineStep(ProcessEngineXml processEngineXml) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessEngineXmlImpl
Implementation of the
ProcessEngineXml descriptor. |
Modifier and Type | Field and Description |
---|---|
protected List<ProcessEngineXml> |
BpmPlatformXmlImpl.processEngines |
Modifier and Type | Method and Description |
---|---|
List<ProcessEngineXml> |
BpmPlatformXmlImpl.getProcessEngines() |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
BpmPlatformXmlImpl(JobExecutorXml jobExecutor,
List<ProcessEngineXml> processEngines) |
Modifier and Type | Method and Description |
---|---|
List<ProcessEngineXml> |
BpmPlatformXml.getProcessEngines() |
Copyright © 2015. All rights reserved.