Enum ELicenseFeature

    • Enum Constant Detail

      • COUNT_FRONTENDSERVERS

        public static final ELicenseFeature COUNT_FRONTENDSERVERS
      • COUNT_CLIENT_FRONTENDSERVERS

        public static final ELicenseFeature COUNT_CLIENT_FRONTENDSERVERS
      • ENABLE_EXTERNAL_USERS_AZURE

        public static final ELicenseFeature ENABLE_EXTERNAL_USERS_AZURE
      • ENABLE_EXTERNAL_USERS_OIDC

        public static final ELicenseFeature ENABLE_EXTERNAL_USERS_OIDC
      • ENABLE_EXTERNAL_USERS_OAUTH

        public static final ELicenseFeature ENABLE_EXTERNAL_USERS_OAUTH
      • ENABLE_EXTERNAL_USERS_SAML

        public static final ELicenseFeature ENABLE_EXTERNAL_USERS_SAML
      • ENABLE_EXTERNAL_USERS_PLUGIN

        public static final ELicenseFeature ENABLE_EXTERNAL_USERS_PLUGIN
      • ENABLE_APPOINTMENTS

        public static final ELicenseFeature ENABLE_APPOINTMENTS
      • ENABLE_WEB_DAV

        public static final ELicenseFeature ENABLE_WEB_DAV
        The license feature that controls whether WebDAV (WebDAV connections, workflow action) is available.
      • ENABLE_CLIENT_CHOOSER

        public static final ELicenseFeature ENABLE_CLIENT_CHOOSER
      • FORCE_FORM_BRANDING

        public static final ELicenseFeature FORCE_FORM_BRANDING
      • SELECT_ACCOUNTING_PERIOD

        public static final ELicenseFeature SELECT_ACCOUNTING_PERIOD
      • SELECT_LICENSE_COSTS

        public static final ELicenseFeature SELECT_LICENSE_COSTS
      • SELECT_SUBSCRIPTION_TYPE

        public static final ELicenseFeature SELECT_SUBSCRIPTION_TYPE
      • ENABLE_SETTINGS_THEME

        public static final ELicenseFeature ENABLE_SETTINGS_THEME
    • Method Detail

      • values

        public static ELicenseFeature[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ELicenseFeature c : ELicenseFeature.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ELicenseFeature valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getFeatureName

        public String getFeatureName()
      • getFeatureClass

        public Class<?> getFeatureClass()
      • getDisplayName

        public String getDisplayName​(Locale l)
        Specified by:
        getDisplayName in interface INamedUiElement
        Returns:
        Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).