Uses of Class
io.goobi.viewer.model.metadata.ComplexMetadataList
Packages that use ComplexMetadataList
Package
Description
Provides the metadata domain model for the Goobi viewer, covering metadata field
definitions, values, parameters, replacement rules, containers, and display utilities.
-
Uses of ComplexMetadataList in io.goobi.viewer.model.metadata
Fields in io.goobi.viewer.model.metadata with type parameters of type ComplexMetadataListModifier and TypeFieldDescriptionprotected final Map<String, ComplexMetadataList> ComplexMetadataContainer.metadataMapMethods in io.goobi.viewer.model.metadata that return ComplexMetadataListModifier and TypeMethodDescriptionstatic ComplexMetadataListComplexMetadataList.union(ComplexMetadataList a, ComplexMetadataList b) Methods in io.goobi.viewer.model.metadata with parameters of type ComplexMetadataListModifier and TypeMethodDescriptionstatic ComplexMetadataListComplexMetadataList.union(ComplexMetadataList a, ComplexMetadataList b) Constructor parameters in io.goobi.viewer.model.metadata with type arguments of type ComplexMetadataListModifierConstructorDescriptionComplexMetadataContainer(Map<String, ComplexMetadataList> metadataMap) RelationshipMetadataContainer(Map<String, ComplexMetadataList> metadataMap, Map<String, MetadataContainer> relatedDocumentMap)