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.Methods in org.dspace.app.rest.converter that return types with arguments of type MetadataValueRestModifier and TypeMethodDescriptionMetadataConverter.convert(MetadataValueList metadataValues, Projection projection) Method parameters in org.dspace.app.rest.converter with type arguments of type MetadataValueRestModifier and TypeMethodDescription<T extends DSpaceObject>
voidMetadataConverter.mergeMetadata(Context context, T dso, MetadataRest<MetadataValueRest> metadataRest) Merge into a DSpace object's domain metadata values from a rest representation. -
Uses of MetadataValueRest in org.dspace.app.rest.model
Classes in org.dspace.app.rest.model with type parameters of type MetadataValueRestModifier and TypeClassDescriptionclassMetadataRest<T extends MetadataValueRest>Rest representation of a map of metadata keys to ordered lists of values.Subclasses of MetadataValueRest in org.dspace.app.rest.modelModifier and TypeClassDescriptionclassThis POJO represents aMetadataValueRestthat will be placed inside a givenRegistrationDatathat is coming directly from the REST controller.Methods in org.dspace.app.rest.model that return types with arguments of type MetadataValueRestModifier and TypeMethodDescriptionDSpaceObjectRest.getMetadata()Gets the rest representation of all metadata of the DSpace object.Methods in org.dspace.app.rest.model with parameters of type MetadataValueRestModifier and TypeMethodDescriptionSets the metadata values for a given key.Method parameters in org.dspace.app.rest.model with type arguments of type MetadataValueRestModifier and TypeMethodDescriptionvoidDSpaceObjectRest.setMetadata(MetadataRest<MetadataValueRest> metadata) -
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)