Uses of Enum
de.xima.fc.mdl.enums.ELicenseFeature
Packages that use ELicenseFeature
Package
Description
Package for API access to system configuration.
Commonly used enumeration that are mainly used in model classes.
-
Uses of ELicenseFeature in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type ELicenseFeatureModifier and TypeMethodDescriptionLicenseAPI.getCustomFeature(ELicenseFeature feature) Deprecated.Use e.g. -
Uses of ELicenseFeature in de.xima.fc.license
Methods in de.xima.fc.license with parameters of type ELicenseFeatureModifier and TypeMethodDescriptionstatic ILicenseAuthorizerLicenseAuthorizerFactory.and(ELicenseFeature... features) Creates an authorizer that checks if all given features are authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.feature(ELicenseFeature feature) Creates an authorizer that checks if the given feature is authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.feature(ELicenseFeature feature, boolean defaultIfNotSet) Creates an authorizer that checks if the given feature is authorized.booleanLicenseAccess.getBooleanFeature(ELicenseFeature feature) booleanLicenseAccess.getBooleanFeature(ELicenseFeature feature, boolean defaultValue) intLicenseAccess.getIntFeature(ELicenseFeature feature) Gets the value of the given feature as an integer.intLicenseAccess.getIntFeature(ELicenseFeature feature, int defaultValue) Gets the value of the given feature as an integer.LicenseAccess.getNumberFeature(ELicenseFeature feature) LicenseAccess.getNumberFeature(ELicenseFeature feature, Number defaultValue) LicenseAccess.getStringFeature(ELicenseFeature feature) LicenseAccess.getStringFeature(ELicenseFeature feature, String defaultValue) ILicenseAccess.hasFeature(ELicenseFeature feature) Checks if the license has the given license feature and returns the value of the feature if it is set.LicenseAccess.hasFeature(ELicenseFeature feature) static ILicenseAuthorizerLicenseAuthorizerFactory.or(ELicenseFeature... features) Creates an authorizer that checks if any of the given features are authorized. -
Uses of ELicenseFeature in de.xima.fc.mdl.enums
Subclasses with type arguments of type ELicenseFeature in de.xima.fc.mdl.enumsMethods in de.xima.fc.mdl.enums that return ELicenseFeatureModifier and TypeMethodDescriptionstatic ELicenseFeatureReturns the enum constant of this type with the specified name.static ELicenseFeature[]ELicenseFeature.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELicenseFeature in de.xima.fc.mdl.license
Methods in de.xima.fc.mdl.license with parameters of type ELicenseFeatureModifier and TypeMethodDescriptionbooleanLicenseModel.getBoolean(ELicenseFeature feature) booleanLicenseModel.getBoolean(ELicenseFeature feature, boolean defaultValue) LicenseModel.getComment(ELicenseFeature feature) LicenseModel.getDate(ELicenseFeature feature) LicenseModel.getDate(ELicenseFeature feature, LocalDateTime defaultValue) LicenseModel.getExpireDate(ELicenseFeature feature) LicenseModel.getNumber(ELicenseFeature feature) LicenseModel.getNumber(ELicenseFeature feature, Number defaultValue) LicenseModel.getString(ELicenseFeature feature) LicenseModel.getString(ELicenseFeature feature, String defaultValue) booleanLicenseModel.hasFeature(ELicenseFeature feature) booleanLicenseModel.isValid(ELicenseFeature feature)