Uses of Class
io.goobi.viewer.model.search.CollectionResult
Packages that use CollectionResult
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Concrete CMS content type implementations, each representing a distinct kind of embeddable
content block such as search, browse, media, metadata display, record lists, or maps.
Provides builders for assembling IIIF Presentation API 3 resources such as manifests,
canvases, ranges, and annotation pages from Goobi viewer record data.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
Provides model classes for hierarchical collection browsing, including the
CollectionView that manages
tree state and Solr queries, and browse element types for flat and hierarchical DC collections.-
Uses of CollectionResult in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type CollectionResultModifier and TypeMethodDescriptionCollectionViewBean.getColletionMap(CMSCollectionContent content) getColletionMap. -
Uses of CollectionResult in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return types with arguments of type CollectionResult -
Uses of CollectionResult in io.goobi.viewer.model.iiif.presentation.v3.builder
Methods in io.goobi.viewer.model.iiif.presentation.v3.builder that return types with arguments of type CollectionResultModifier and TypeMethodDescriptionDataRetriever.getChildCollections(String solrField, String collectionName) Gets all collections which are direct children of the given collection along with the number of contained works and direct children.DataRetriever.getTopLevelCollections(String solrField) Get all top level collections (i.e. those without splitting-char) along with the number of contained works and direct children -
Uses of CollectionResult in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return types with arguments of type CollectionResultModifier and TypeMethodDescriptionstatic Map<String, CollectionResult> SearchHelper.findAllCollectionsFromField(String luceneField, String groupingField, String filterQuery, boolean filterForWhitelist, boolean filterForBlacklist, String splittingChar) Returns a Map with hierarchical values from the given field and their respective record counts. -
Uses of CollectionResult in io.goobi.viewer.model.viewer.collections
Methods in io.goobi.viewer.model.viewer.collections that return types with arguments of type CollectionResult