java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.camunda.bpm.container.impl.jboss.extension.handler.PluginAdd
All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor, org.jboss.as.controller.OperationStepHandler

public class PluginAdd extends org.jboss.as.controller.AbstractAddStepHandler
Provides the description and the implementation of the plugin#add operation. Plugins are configuration elements that are applied when the process engine is configured, so no runtime services need to be installed.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler

    org.jboss.as.controller.AbstractAddStepHandler.Parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PluginAdd
     

    Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler

    attributes
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
     

    Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler

    createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, rollbackRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final PluginAdd INSTANCE
  • Constructor Details

    • PluginAdd

      protected PluginAdd()
  • Method Details

    • performRuntime

      protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
      Overrides:
      performRuntime in class org.jboss.as.controller.AbstractAddStepHandler