Class NotifyServiceRemovePatchOperation
java.lang.Object
org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
org.dspace.app.rest.submit.factory.impl.RemovePatchOperation<Integer>
org.dspace.app.rest.submit.factory.impl.NotifyServiceRemovePatchOperation
Submission "remove" PATCH operation
To remove 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": "remove", "path": "/sections/coarnotify/review/0"}]'
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.dspace.app.rest.submit.factory.impl.RemovePatchOperation
performMethods inherited from class org.dspace.app.rest.submit.factory.impl.PatchOperation
evaluateArrayObject, evaluateSingleObject, getAbsolutePath, getStepId
-
Constructor Details
-
NotifyServiceRemovePatchOperation
public NotifyServiceRemovePatchOperation()
-
-
Method Details
-
getArrayClassForEvaluation
- Specified by:
getArrayClassForEvaluationin classPatchOperation<Integer>
-
getClassForEvaluation
- Specified by:
getClassForEvaluationin classPatchOperation<Integer>
-