Uses of Class
de.xima.fc.mdl.enums.ELicenseFeature
-
Packages that use ELicenseFeature Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.beans.ann Annotationen für Model-Klassen und Java-Beansde.xima.fc.license de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.license -
-
Uses of ELicenseFeature in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type ELicenseFeature Modifier and Type Method Description StringLicenseAPI. getCustomFeature(ELicenseFeature feature)Deprecated.Use e.g. -
Uses of ELicenseFeature in de.xima.fc.beans.ann
Methods in de.xima.fc.beans.ann that return ELicenseFeature Modifier and Type Method Description ELicenseFeature[]value()The license features that are required for a property. -
Uses of ELicenseFeature in de.xima.fc.license
Methods in de.xima.fc.license with parameters of type ELicenseFeature Modifier and Type Method Description static 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.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.NumberLicenseAccess. getNumberFeature(ELicenseFeature feature)NumberLicenseAccess. getNumberFeature(ELicenseFeature feature, Number defaultValue)StringLicenseAccess. getStringFeature(ELicenseFeature feature)StringLicenseAccess. getStringFeature(ELicenseFeature feature, String defaultValue)booleanILicenseAccess. hasFeature(ELicenseFeature feature)Checks if the license has the given license feature.booleanLicenseAccess. 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
Methods in de.xima.fc.mdl.enums that return ELicenseFeature Modifier and Type Method Description static ELicenseFeatureELicenseFeature. valueOf(String name)Returns 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 ELicenseFeature Modifier and Type Method Description booleanLicenseModel. getBoolean(ELicenseFeature feature)booleanLicenseModel. getBoolean(ELicenseFeature feature, boolean defaultValue)StringLicenseModel. getComment(ELicenseFeature feature)LocalDateTimeLicenseModel. getDate(ELicenseFeature feature)LocalDateTimeLicenseModel. getDate(ELicenseFeature feature, LocalDateTime defaultValue)LocalDateTimeLicenseModel. getExpireDate(ELicenseFeature feature)NumberLicenseModel. getNumber(ELicenseFeature feature)NumberLicenseModel. getNumber(ELicenseFeature feature, Number defaultValue)StringLicenseModel. getString(ELicenseFeature feature)StringLicenseModel. getString(ELicenseFeature feature, String defaultValue)booleanLicenseModel. hasFeature(ELicenseFeature feature)booleanLicenseModel. isValid(ELicenseFeature feature)
-