| Package | Description |
|---|---|
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.model | |
| org.dspace.app.rest.model.step | |
| org.dspace.app.rest.submit.factory.impl |
| Modifier and Type | Method and Description |
|---|---|
MetadataValueRest |
MetadataValueConverter.convert(MetadataValue metadataValue)
Gets a rest representation of the given domain metadata value.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,List<MetadataValueRest>> |
MetadataRest.getMap()
Gets the map.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataRest |
MetadataRest.put(String key,
MetadataValueRest... values)
Sets the metadata values for a given key.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<MetadataValueRest>> |
UploadBitstreamRest.getMetadata() |
Map<String,List<MetadataValueRest>> |
DataDescribe.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadBitstreamRest.setMetadata(Map<String,List<MetadataValueRest>> metadata) |
void |
DataDescribe.setMetadata(Map<String,List<MetadataValueRest>> metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<MetadataValueRest> |
MetadataValueReplacePatchOperation.getClassForEvaluation() |
protected Class<MetadataValueRest> |
MetadataValueRemovePatchOperation.getClassForEvaluation() |
protected Class<MetadataValueRest> |
MetadataValueMovePatchOperation.getClassForEvaluation() |
protected Class<MetadataValueRest> |
MetadataValueAddPatchOperation.getClassForEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetadataValueAddPatchOperation.addValue(Context context,
DSO source,
String target,
MetadataValueRest object,
int index) |
protected void |
MetadataValueReplacePatchOperation.replaceValue(Context context,
DSO source,
String target,
List<MetadataValue> list,
MetadataValueRest object,
int index) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetadataValueAddPatchOperation.replaceValue(Context context,
DSO source,
String target,
List<MetadataValueRest> list) |
Copyright © 2019 DuraSpace. All rights reserved.