Uses of Class
org.dspace.content.dto.MetadataValueDTO
Packages that use MetadataValueDTO
Package
Description
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.
-
Uses of MetadataValueDTO in org.dspace.app.suggestion
Methods in org.dspace.app.suggestion that return types with arguments of type MetadataValueDTO -
Uses of MetadataValueDTO in org.dspace.content.crosswalk
Methods in org.dspace.content.crosswalk that return MetadataValueDTOModifier and TypeMethodDescriptionprotected MetadataValueDTOMODSDisseminationCrosswalk.createDCValue(String element, String qualifier, String value) Methods in org.dspace.content.crosswalk that return types with arguments of type MetadataValueDTOModifier and TypeMethodDescriptionprotected 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 MetadataValueDTOModifier and TypeMethodDescriptionstatic org.jdom2.ElementXSLTDisseminationCrosswalk.createDIM(DSpaceObject dso, List<MetadataValueDTO> dcvs) Generate an intermediate representation of a DSpace object. -
Uses of MetadataValueDTO in org.dspace.content.dto
Methods in org.dspace.content.dto that return types with arguments of type MetadataValueDTOModifier and TypeMethodDescriptionstatic Comparator<MetadataValueDTO>MetadataValueDTO.comparator()Build a comparator to support proper sorting of MetadataValueDTO objects. -
Uses of MetadataValueDTO in org.dspace.external.model
Methods in org.dspace.external.model that return types with arguments of type MetadataValueDTOModifier and TypeMethodDescriptionExternalDataObject.getMetadata()Generic getter for the MetadataMethods in org.dspace.external.model with parameters of type MetadataValueDTOModifier and TypeMethodDescriptionvoidExternalDataObject.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 MetadataValueDTOModifier and TypeMethodDescriptionvoidExternalDataObject.setMetadata(List<MetadataValueDTO> metadata) Generic setter for the Metadata