Uses of Class
io.goobi.viewer.model.search.SearchQueryItem
Packages that use SearchQueryItem
-
Uses of SearchQueryItem in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchQueryItemMethods in io.goobi.viewer.model.search that return types with arguments of type SearchQueryItemModifier and TypeMethodDescriptionSearchQueryGroup.getQueryItems()
Getter for the fieldqueryItems
.Methods in io.goobi.viewer.model.search with parameters of type SearchQueryItemModifier and TypeMethodDescriptionboolean
SearchQueryGroup.removeQueryItem
(SearchQueryItem item) removeQueryItem.Method parameters in io.goobi.viewer.model.search with type arguments of type SearchQueryItemModifier and TypeMethodDescriptionvoid
SearchQueryGroup.injectItems
(List<SearchQueryItem> items) Replaces query items in this group with the given list.