Uses of Enum Class
io.goobi.viewer.model.administration.legal.ConsentScope.StorageMode
Packages that use ConsentScope.StorageMode
Package
Description
Domain model for legal compliance features such as terms of use, cookie banners, and
disclaimers, including their scope definitions and multilingual translations.
-
Uses of ConsentScope.StorageMode in io.goobi.viewer.model.administration.legal
Methods in io.goobi.viewer.model.administration.legal that return ConsentScope.StorageModeModifier and TypeMethodDescriptionConsentScope.getStorageMode()Gets the storage mode, determining if the scope is limited to a http session or a span of time.static ConsentScope.StorageModeReturns the enum constant of this class with the specified name.static ConsentScope.StorageMode[]ConsentScope.StorageMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.administration.legal with parameters of type ConsentScope.StorageModeModifier and TypeMethodDescriptionvoidConsentScope.setStorageMode(ConsentScope.StorageMode storageMode) Sets the storageMode.