Uses of Enum Class
io.goobi.viewer.model.administration.legal.DisplayScope.PageScope
Packages that use DisplayScope.PageScope
-
Uses of DisplayScope.PageScope in io.goobi.viewer.model.administration.legal
Methods in io.goobi.viewer.model.administration.legal that return DisplayScope.PageScopeModifier and TypeMethodDescriptionDisplayScope.getPageScope()static DisplayScope.PageScopeReturns the enum constant of this class with the specified name.static DisplayScope.PageScope[]DisplayScope.PageScope.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 DisplayScope.PageScopeModifier and TypeMethodDescriptionvoidDisplayScope.setPageScope(DisplayScope.PageScope pageScope) Constructors in io.goobi.viewer.model.administration.legal with parameters of type DisplayScope.PageScopeModifierConstructorDescriptionDisplayScope(DisplayScope.PageScope scope, String filter) Creates a scope from a given PageScope and filterQuery.