Class BpmPlatformExtension

java.lang.Object
org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
All Implemented Interfaces:
org.jboss.as.controller.Extension, org.jboss.as.controller.Feature

public class BpmPlatformExtension extends Object implements org.jboss.as.controller.Extension
Defines the bpm-platform subsystem for Wildfly 8+ application server
Author:
Daniel Meyer
  • Field Details

    • BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION

      public static final int BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION
      See Also:
    • BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION

      public static final int BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION
      See Also:
    • RESOURCE_NAME

      public static final String RESOURCE_NAME
    • SUBSYSTEM_PATH

      public static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH
      Path elements for the resources offered by the subsystem.
    • PROCESS_ENGINES_PATH

      public static final org.jboss.as.controller.PathElement PROCESS_ENGINES_PATH
    • JOB_EXECUTOR_PATH

      public static final org.jboss.as.controller.PathElement JOB_EXECUTOR_PATH
    • JOB_ACQUISTIONS_PATH

      public static final org.jboss.as.controller.PathElement JOB_ACQUISTIONS_PATH
  • Constructor Details

    • BpmPlatformExtension

      public BpmPlatformExtension()
  • Method Details

    • initialize

      public void initialize(org.jboss.as.controller.ExtensionContext context)
      Specified by:
      initialize in interface org.jboss.as.controller.Extension
    • initializeParsers

      public void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
      Specified by:
      initializeParsers in interface org.jboss.as.controller.Extension
    • getResourceDescriptionResolver

      public static org.jboss.as.controller.descriptions.StandardResourceDescriptionResolver getResourceDescriptionResolver(String... keyPrefix)
      Resolve the descriptions of the resources from the 'LocalDescriptions.properties' file.