Uses of Class
io.goobi.viewer.model.metadata.MetadataContainer
Packages that use MetadataContainer
Package
Description
-
Uses of MetadataContainer in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller with parameters of type MetadataContainerModifier and TypeMethodDescriptionGeoCoordinateConverter.getGeojsonPoints
(MetadataContainer doc, String metadataField, String titleField) -
Uses of MetadataContainer in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps that return types with arguments of type MetadataContainerMethods in io.goobi.viewer.model.maps with parameters of type MetadataContainerMethod parameters in io.goobi.viewer.model.maps with type arguments of type MetadataContainerModifier and TypeMethodDescriptionvoid
GeoMapFeature.setEntities
(List<MetadataContainer> entities) Constructor parameters in io.goobi.viewer.model.maps with type arguments of type MetadataContainerModifierConstructorDescriptionRecordGeoMap
(StructElement struct, List<MetadataContainer> relatedDocuments) Create a new geomap with features from the given StructElement and related documents.RecordGeoMap
(StructElement struct, List<MetadataContainer> relatedDocuments, IDAO dao, List<FeatureSetConfiguration> featureSetConfigs) Create a new geomap with features from the given StructElement and related documents. -
Uses of MetadataContainer in io.goobi.viewer.model.metadata
Methods in io.goobi.viewer.model.metadata that return MetadataContainerModifier and TypeMethodDescriptionstatic MetadataContainer
MetadataContainer.createMetadataEntity
(StructElement doc) static MetadataContainer
MetadataContainer.createMetadataEntity
(org.apache.solr.common.SolrDocument doc) Returns aMetadataContainer
which includes all metadata fields matching the given fieldNameFilter from the givenSolrDocument
doc.static MetadataContainer
MetadataContainer.createMetadataEntity
(org.apache.solr.common.SolrDocument doc, Predicate<String> fieldNameFilter) Returns aMetadataContainer
which includes all metadata fields matching the given fieldNameFilter from the givenSolrDocument
doc.static MetadataContainer
MetadataContainer.createMetadataEntity
(org.apache.solr.common.SolrDocument doc, List<org.apache.solr.common.SolrDocument> children, Predicate<String> mainDocFieldNameFilter, Predicate<String> childDocFieldNameFilter) Returns aMetadataContainer
which includes all metadata fields matching the given fieldNameFilter from the givenSolrDocument
doc as well as thevalues
of those child documents whichlabel
matches the fieldnameFilter.RelationshipMetadataContainer.getRelatedRecord
(ComplexMetadata relationship) Method parameters in io.goobi.viewer.model.metadata with type arguments of type MetadataContainerModifier and TypeMethodDescriptionComplexMetadataList.getGroupedMetadata
(Locale sortLanguage, Map<String, List<String>> categories, boolean hideUnlinkedRecords, long limit, Function<ComplexMetadata, MetadataContainer> relatedEntityGetter) ComplexMetadataList.getMetadata
(Locale sortLanguage, String filterField, String filterMatcher, boolean hideUnlinkedRecords, long limit, Function<ComplexMetadata, MetadataContainer> relatedEntityGetter) ComplexMetadataList.getMetadataValues
(String filterField, String filterValue, String valueField, Locale locale, Function<ComplexMetadata, MetadataContainer> relatedEntityGetter) Constructors in io.goobi.viewer.model.metadata with parameters of type MetadataContainerConstructor parameters in io.goobi.viewer.model.metadata with type arguments of type MetadataContainerModifierConstructorDescriptionRelationshipMetadataContainer
(List<org.apache.solr.common.SolrDocument> metadataDocs, Predicate<String> fieldNameFilter, Map<String, MetadataContainer> relatedDocumentMap) RelationshipMetadataContainer
(List<org.apache.solr.common.SolrDocument> metadataDocs, Map<String, MetadataContainer> relatedDocumentMap)