Uses of Class
org.dspace.content.dto.MetadataValueDTO
-
Packages that use MetadataValueDTO Package Description org.dspace.content.crosswalk Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.org.dspace.external.model -
-
Uses of MetadataValueDTO in org.dspace.content.crosswalk
Methods in org.dspace.content.crosswalk that return MetadataValueDTO Modifier and Type Method Description protected MetadataValueDTOMODSDisseminationCrosswalk. createDCValue(String element, String qualifier, String value)Methods in org.dspace.content.crosswalk that return types with arguments of type MetadataValueDTO Modifier and Type Method Description protected List<MetadataValueDTO>MODSDisseminationCrosswalk. collection2Metadata(Collection collection)Generate a list of metadata elements for the given DSpace collection.protected List<MetadataValueDTO>MODSDisseminationCrosswalk. community2Metadata(Community community)Generate a list of metadata elements for the given DSpace community.protected List<MetadataValueDTO>MODSDisseminationCrosswalk. item2Metadata(Item item)Generate a list of metadata elements for the given DSpace item.protected static List<MetadataValueDTO>XSLTDisseminationCrosswalk. item2Metadata(Item item)protected List<MetadataValueDTO>MODSDisseminationCrosswalk. site2Metadata(Site site)Generate a list of metadata elements for the given DSpace site.Method parameters in org.dspace.content.crosswalk with type arguments of type MetadataValueDTO Modifier and Type Method Description static org.jdom2.ElementXSLTDisseminationCrosswalk. createDIM(DSpaceObject dso, List<MetadataValueDTO> dcvs)Generate an intermediate representation of a DSpace object. -
Uses of MetadataValueDTO in org.dspace.external.model
Methods in org.dspace.external.model that return types with arguments of type MetadataValueDTO Modifier and Type Method Description List<MetadataValueDTO>ExternalDataObject. getMetadata()Generic getter for the MetadataMethods in org.dspace.external.model with parameters of type MetadataValueDTO Modifier and Type Method Description voidExternalDataObject. addMetadata(MetadataValueDTO metadataValueDTO)This method will add a Metadata value to the list of metadata valuesMethod parameters in org.dspace.external.model with type arguments of type MetadataValueDTO Modifier and Type Method Description voidExternalDataObject. setMetadata(List<MetadataValueDTO> metadata)Generic setter for the Metadata
-