Class ProcessEngineAdd
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor
,org.jboss.as.controller.OperationStepHandler
public class ProcessEngineAdd extends org.jboss.as.controller.AbstractAddStepHandler
Provides the description and the implementation of the process-engine#add operation.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static ProcessEngineAdd
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<ProcessEnginePluginXml>
getPlugins(org.jboss.dmr.ModelNode plugins)
protected java.util.Map<java.lang.String,java.lang.String>
getProperties(org.jboss.dmr.ModelNode properties)
protected org.jboss.msc.service.ServiceController<ProcessEngine>
installService(org.jboss.as.controller.OperationContext context, ManagedProcessEngineMetadata processEngineConfiguration)
protected void
performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
protected ManagedProcessEngineMetadata
transformConfiguration(org.jboss.as.controller.OperationContext context, java.lang.String engineName, org.jboss.dmr.ModelNode model)
-
-
-
Field Detail
-
INSTANCE
public static final ProcessEngineAdd INSTANCE
-
-
Method Detail
-
performRuntime
protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Overrides:
performRuntime
in classorg.jboss.as.controller.AbstractAddStepHandler
- Throws:
org.jboss.as.controller.OperationFailedException
-
installService
protected org.jboss.msc.service.ServiceController<ProcessEngine> installService(org.jboss.as.controller.OperationContext context, ManagedProcessEngineMetadata processEngineConfiguration)
-
transformConfiguration
protected ManagedProcessEngineMetadata transformConfiguration(org.jboss.as.controller.OperationContext context, java.lang.String engineName, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Throws:
org.jboss.as.controller.OperationFailedException
-
getPlugins
protected java.util.List<ProcessEnginePluginXml> getPlugins(org.jboss.dmr.ModelNode plugins)
-
getProperties
protected java.util.Map<java.lang.String,java.lang.String> getProperties(org.jboss.dmr.ModelNode properties)
-
-