| Package | Description |
|---|---|
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataRest |
MetadataConverter.convert(List<MetadataValue> metadataValueList)
Gets a rest representation of the given list of domain metadata values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataConverter.setMetadata(Context context,
DSpaceObject dso,
MetadataRest metadataRest)
Sets a DSpace object's domain metadata values from a rest representation.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataRest |
DSpaceObjectRest.getMetadata()
Gets the rest representation of all metadata of the DSpace object.
|
MetadataRest |
MetadataRest.put(String key,
MetadataValueRest... values)
Sets the metadata values for a given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DSpaceObjectRest.setMetadata(MetadataRest metadata) |
Copyright © 2019 DuraSpace. All rights reserved.