| Package | Description |
|---|---|
| org.dspace.app.rest.repository | |
| org.dspace.app.rest.repository.patch |
| Modifier and Type | Method and Description |
|---|---|
T |
DSpaceRestRepository.patch(javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
ID id,
Patch patch)
Apply a partial update to the REST object via JSON Patch
|
protected void |
DSpaceObjectRestRepository.patchDSpaceObject(String apiCategory,
String model,
UUID id,
Patch patch)
Updates the DSpaceObject according to the given Patch.
|
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractResourcePatch.add(R restModel,
Operation operation) |
protected R |
AbstractResourcePatch.copy(R restModel,
Operation operation) |
protected R |
AbstractResourcePatch.move(R restModel,
Operation operation) |
protected R |
AbstractResourcePatch.remove(R restModel,
Operation operation) |
protected R |
AbstractResourcePatch.replace(R restModel,
Operation operation) |
Copyright © 2019 DuraSpace. All rights reserved.