Class BpmPlatformExtension

  • All Implemented Interfaces:
    org.jboss.as.controller.Extension

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

      • BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION

        public static final int BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION
        See Also:
        Constant Field Values
      • BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION

        public static final int BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION
        See Also:
        Constant Field Values
      • RESOURCE_NAME

        public static final String RESOURCE_NAME
    • Constructor Detail

      • BpmPlatformExtension

        public BpmPlatformExtension()
    • Method Detail

      • 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)