Class NotifyServiceReplacePatchOperation
java.lang.Object
org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation<Integer>
org.dspace.app.rest.submit.factory.impl.NotifyServiceReplacePatchOperation
Submission "replace" PATCH operation
To replace the COAR Notify Service of workspace item.
Example:
curl -X PATCH http://${dspace.server.url}/api/submission/workspaceitems/31599 -H "Content-Type:
application/json" -d '[{ "op": "replace", "path": "/sections/coarnotify/review/0"}, "value": "10"]'
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation
performMethods inherited from class org.dspace.app.rest.submit.factory.impl.PatchOperation
evaluateArrayObject, evaluateSingleObject, getAbsolutePath, getStepId
-
Constructor Details
-
NotifyServiceReplacePatchOperation
public NotifyServiceReplacePatchOperation()
-
-
Method Details
-
getArrayClassForEvaluation
- Specified by:
getArrayClassForEvaluationin classPatchOperation<Integer>
-
getClassForEvaluation
- Specified by:
getClassForEvaluationin classPatchOperation<Integer>
-