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