Uses of Enum
de.xima.fc.mdl.enums.ELicenseVersionState
Packages that use ELicenseVersionState
Package
Description
Package for API access to system configuration.
Commonly used enumeration that are mainly used in model classes.
-
Uses of ELicenseVersionState in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return ELicenseVersionStateModifier and TypeMethodDescriptionLicenseAPI.getSystemLicenseVersionState
(UserContext uc) Gets the version state of the system license -
Uses of ELicenseVersionState in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ELicenseVersionStateMethods in de.xima.fc.gui.bean.settings that return types with arguments of type ELicenseVersionState -
Uses of ELicenseVersionState in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return ELicenseVersionState -
Uses of ELicenseVersionState in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return ELicenseVersionState -
Uses of ELicenseVersionState in de.xima.fc.license
Methods in de.xima.fc.license that return ELicenseVersionStateModifier and TypeMethodDescriptionstatic ELicenseVersionState
LicenseServerUtil.getSystemLicenseVersionState()
Methods in de.xima.fc.license that return types with arguments of type ELicenseVersionStateModifier and TypeMethodDescription<R> StageChain<ELicenseVersionState,
R> LicenseServerUtil.updateSystemLicenseVersionState
(IPublicPromaInvocationContext pc, Locale locale) Updates the system license state by an server-side http queryMethods in de.xima.fc.license with parameters of type ELicenseVersionStateModifier and TypeMethodDescriptionstatic void
LicenseServerUtil.setSystemLicenseVersionState
(ELicenseVersionState systemLicenseState) -
Uses of ELicenseVersionState in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELicenseVersionStateModifier and TypeMethodDescriptionstatic ELicenseVersionState
ELicenseVersionState.getByHttpStatus
(int httpStatus, ELicenseVersionState defaultValue) static ELicenseVersionState
Returns the enum constant of this type with the specified name.static ELicenseVersionState[]
ELicenseVersionState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums with parameters of type ELicenseVersionStateModifier and TypeMethodDescriptionstatic ELicenseVersionState
ELicenseVersionState.getByHttpStatus
(int httpStatus, ELicenseVersionState defaultValue)