Uses of Class
org.dspace.app.rest.model.MetadataValueRest
Packages that use MetadataValueRest
Package
Description
-
Uses of MetadataValueRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return MetadataValueRestModifier and TypeMethodDescriptionMetadataValueConverter.convert(MetadataValue metadataValue, Projection projection) MetadataValueDTOConverter.convert(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 MetadataValueRestMethods in org.dspace.app.rest.model with parameters of type MetadataValueRestModifier and TypeMethodDescriptionMetadataRest.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 MetadataValueRestMethod parameters in org.dspace.app.rest.model.step with type arguments of type MetadataValueRestModifier and TypeMethodDescriptionvoidDataDescribe.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 MetadataValueRestModifier and TypeMethodDescriptionprotected MetadataValueRestDSpaceObjectMetadataPatchUtils.convertMdValueToRest(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 MetadataValueRestModifier and TypeMethodDescriptionprotected 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 MetadataValueRestModifier and TypeMethodDescriptionprotected voidMetadataValueAddPatchOperation.addValue(Context context, DSO source, String target, MetadataValueRest object, int index) protected voidMetadataValueReplacePatchOperation.replaceValue(Context context, DSO source, String target, List<MetadataValue> list, MetadataValueRest object, int index) Method parameters in org.dspace.app.rest.submit.factory.impl with type arguments of type MetadataValueRestModifier and TypeMethodDescriptionprotected voidItemMetadataValueAddPatchOperation.replaceValue(Context context, Item source, String target, List<MetadataValueRest> list) protected voidMetadataValueAddPatchOperation.replaceValue(Context context, DSO source, String target, List<MetadataValueRest> list)