| Package | Description |
|---|---|
| org.dspace.app.rest.repository | |
| org.dspace.app.rest.repository.patch | |
| org.dspace.app.rest.repository.patch.factories.impl |
| 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
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
R |
ResourcePatchOperation.perform(R resource,
Operation operation) |
Copyright © 2019 DuraSpace. All rights reserved.