Uses of Class
io.goobi.viewer.model.metadata.MetadataContainer
Package
Description
-
Uses of MetadataContainer in io.goobi.viewer.controller
Modifier and TypeMethodDescriptionGeoCoordinateConverter.getGeojsonPoints
(MetadataContainer doc, String metadataField, String titleField) -
Uses of MetadataContainer in io.goobi.viewer.model.maps
Modifier and TypeMethodDescriptionvoid
GeoMapFeature.setEntities
(List<MetadataContainer> entities) ModifierConstructorDescriptionRecordGeoMap
(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
Modifier 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
docstatic 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
docstatic 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 fieldnameFilterRelationshipMetadataContainer.getRelatedRecord
(ComplexMetadata relationship) ModifierConstructorDescriptionRelationshipMetadataContainer
(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)