Class ManagementModel


  • public class ManagementModel
    extends Object
    Static code related to management model versions and support for various operations and attributes
    • Field Detail

      • TARGET_VERSION

        public static final Version TARGET_VERSION
        The target version of the console.
    • Method Detail

      • supportsCapabilitiesRegistry

        public static boolean supportsCapabilitiesRegistry​(Version version)
        Checks support for the capabilities registry.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 5.0.0
      • supportsConfigurationChanges

        public static boolean supportsConfigurationChanges​(Version version)
        Checks support for configuration changes as defined by {selected.host}/subsystem=core-management/service=configuration-changes.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 5.0.0
      • supportsEjbApplicationSecurityDomain

        public static boolean supportsEjbApplicationSecurityDomain​(Version version)
        Checks support for the resource /subsystem=ejb3/application-security-domain=*.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 5.0.0
      • supportsExplodeDeployment

        public static boolean supportsExplodeDeployment​(Version version)
        Check support for :explode operation on deployment resources.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 5.0.0
      • supportsListLogFiles

        public static boolean supportsListLogFiles​(Version version)
        Check support for :list-log-files operation.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 2.0.0
      • supportsReadContentFromDeployment

        public static boolean supportsReadContentFromDeployment​(Version version)
        Check support for :read-content operation for deployments.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 5.0.0
      • supportsSuspend

        public static boolean supportsSuspend​(Version version)
        Check support for suspend operation and related attributes.
        Returns:
        true if the provided version isn't undefined and greater than or equal to 3.0.0