Uses of Class
org.dspace.app.rest.model.MetadataValueRest
-
-
Uses of MetadataValueRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return MetadataValueRest Modifier and Type Method Description MetadataValueRestMetadataValueConverter. convert(org.dspace.content.MetadataValue metadataValue, Projection projection)MetadataValueRestMetadataValueDTOConverter. convert(org.dspace.content.dto.MetadataValueDTO metadataValue)Gets a rest representation of the given domain metadata value. -
Uses of MetadataValueRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type MetadataValueRest Modifier and Type Method Description SortedMap<String,List<MetadataValueRest>>MetadataRest. getMap()Gets the map.Methods in org.dspace.app.rest.model with parameters of type MetadataValueRest Modifier and Type Method Description MetadataRestMetadataRest. put(String key, MetadataValueRest... values)Sets the metadata values for a given key. -
Uses of MetadataValueRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return types with arguments of type MetadataValueRest Modifier and Type Method Description Map<String,List<MetadataValueRest>>DataDescribe. getMetadata()Map<String,List<MetadataValueRest>>UploadBitstreamRest. getMetadata()Method parameters in org.dspace.app.rest.model.step with type arguments of type MetadataValueRest Modifier and Type Method Description voidDataDescribe. setMetadata(Map<String,List<MetadataValueRest>> metadata)voidUploadBitstreamRest. setMetadata(Map<String,List<MetadataValueRest>> metadata) -
Uses of MetadataValueRest in org.dspace.app.rest.repository.patch.operation
Methods in org.dspace.app.rest.repository.patch.operation that return MetadataValueRest Modifier and Type Method Description protected MetadataValueRestDSpaceObjectMetadataPatchUtils. convertMdValueToRest(org.dspace.content.MetadataValue md)Converts a metadataValue (database entity) to a REST equivalent of itprotected MetadataValueRestDSpaceObjectMetadataPatchUtils. extractMetadataValueFromOperation(Operation operation)Extract metadataValue from Operation by parsing the json and mapping it to a MetadataValueRest -
Uses of MetadataValueRest in org.dspace.app.rest.submit.factory.impl
Methods in org.dspace.app.rest.submit.factory.impl that return types with arguments of type MetadataValueRest Modifier and Type Method Description protected Class<MetadataValueRest>MetadataValueAddPatchOperation. getClassForEvaluation()protected Class<MetadataValueRest>MetadataValueMovePatchOperation. getClassForEvaluation()protected Class<MetadataValueRest>MetadataValueRemovePatchOperation. getClassForEvaluation()protected Class<MetadataValueRest>MetadataValueReplacePatchOperation. getClassForEvaluation()Methods in org.dspace.app.rest.submit.factory.impl with parameters of type MetadataValueRest Modifier and Type Method Description protected voidMetadataValueAddPatchOperation. addValue(org.dspace.core.Context context, DSO source, String target, MetadataValueRest object, int index)protected voidMetadataValueReplacePatchOperation. replaceValue(org.dspace.core.Context context, DSO source, String target, List<org.dspace.content.MetadataValue> list, MetadataValueRest object, int index)Method parameters in org.dspace.app.rest.submit.factory.impl with type arguments of type MetadataValueRest Modifier and Type Method Description protected voidItemMetadataValueAddPatchOperation. replaceValue(org.dspace.core.Context context, org.dspace.content.Item source, String target, List<MetadataValueRest> list)protected voidMetadataValueAddPatchOperation. replaceValue(org.dspace.core.Context context, DSO source, String target, List<MetadataValueRest> list)
-