public class LicenseRemovePatchOperation extends RemovePatchOperation<String>
curl -X PATCH http://${dspace.url}/dspace-spring-rest/api/submission/workspaceitems/31599 -H "Content-Type:
application/json" -d '[{ "op": "remove", "path": "/sections/license/granted"}]'
| Constructor and Description |
|---|
LicenseRemovePatchOperation() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<String[]> |
getArrayClassForEvaluation() |
protected Class<String> |
getClassForEvaluation() |
performevaluateArrayObject, evaluateSingleObject, getAbsolutePathprotected Class<String[]> getArrayClassForEvaluation()
getArrayClassForEvaluation in class PatchOperation<String>protected Class<String> getClassForEvaluation()
getClassForEvaluation in class PatchOperation<String>Copyright © 2019 DuraSpace. All rights reserved.