Uses of Class
io.goobi.viewer.model.metadata.ComplexMetadata
-
Uses of ComplexMetadata in io.goobi.viewer.model.metadata
Modifier and TypeFieldDescriptionprotected final Map<String,
List<ComplexMetadata>> ComplexMetadataContainer.metadataMap
Modifier and TypeMethodDescriptionstatic ComplexMetadata
ComplexMetadata.getFromMultilanganguageDocs
(List<org.apache.solr.common.SolrDocument> docs) static ComplexMetadata
ComplexMetadata.getFromSolrDoc
(org.apache.solr.common.SolrDocument doc) Modifier and TypeMethodDescriptionComplexMetadataContainer.getMetadata
(String field) ComplexMetadataContainer.getMetadata
(String field, String sortField, Locale sortLanguage, String filterField, String filterValue, long limit) RelationshipMetadataContainer.getMetadata
(String field, String sortField, Locale sortLanguage, String filterField, String filterMatcher, boolean hideUnlinkedRecords, long limit) RelationshipMetadataContainer.getMetadata
(String field, String sortField, Locale sortLanguage, String filterField, String filterMatcher, long limit) static List<ComplexMetadata>
ComplexMetadata.getMetadataFromDocuments
(List<org.apache.solr.common.SolrDocument> docs) protected Stream<ComplexMetadata>
ComplexMetadataContainer.streamMetadata
(String field, String sortField, Locale sortLanguage, String filterField, String filterMatcher, long listSizeLimit) Modifier and TypeMethodDescriptionRelationshipMetadataContainer.getRelatedRecord
(ComplexMetadata relationship) ModifierConstructorDescriptionComplexMetadataContainer
(Map<String, List<ComplexMetadata>> metadataMap) RelationshipMetadataContainer
(Map<String, List<ComplexMetadata>> metadataMap, Map<String, MetadataContainer> relatedDocumentMap)