Package de.xima.fc.mdl.enums
Enum ELicenseFeature
- All Implemented Interfaces:
INamedUiElement
,Serializable
,Comparable<ELicenseFeature>
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.The license feature that controls whether WebDAV (WebDAV connections, workflow action) is available. -
Field Summary
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkLicense
(LicenseAccess licenseAccess) Determines whether this license feature needs to be checked given the license context (LicenseAccess
).Class<?>
static ELicenseFeature
Returns the enum constant of this type with the specified name.static ELicenseFeature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COUNT_CLIENTS
-
COUNT_FORMS
-
COUNT_RECORDS
-
COUNT_INVITES
-
COUNT_FRONTENDSERVERS
-
COUNT_CLIENT_FRONTENDSERVERS
-
ENABLE_KERBEROS
-
ENABLE_EXTERNAL_USERS_AZURE
-
ENABLE_EXTERNAL_USERS_OIDC
-
ENABLE_EXTERNAL_USERS_OAUTH
-
ENABLE_EXTERNAL_USERS_SAML
-
ENABLE_EXTERNAL_USERS_PLUGIN
-
ENABLE_LDAP_AUTH
-
ENABLE_APPOINTMENTS
-
ENABLE_WEB_DAV
The license feature that controls whether WebDAV (WebDAV connections, workflow action) is available. -
ENABLE_CLOUD_LOGO
-
FORCE_FORM_BRANDING
-
SELECT_ACCOUNTING_PERIOD
-
SELECT_LICENSE_COSTS
-
SELECT_SUBSCRIPTION_TYPE
-
ENABLE_SETTINGS_THEME
-
ENABLE_CLIENT_CHOOSER
Deprecated. -
ENABLE_NTLM
Deprecated.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException
- if the argument is null
-
getFeatureName
-
getFeatureClass
-
getDisplayName
- Specified by:
getDisplayName
in interfaceINamedUiElement
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
checkLicense
Determines whether this license feature needs to be checked given the license context (LicenseAccess
).- Parameters:
licenseAccess
- represents the license context and whether it needs to be checked.- Returns:
true
if this license feature needs to be checked for the given license context (LicenseAccess
) andfalse
otherwise.
-