Class PatchOperation<T>
java.lang.Object
org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
- Type Parameters:
T-
- Direct Known Subclasses:
AddPatchOperation,MovePatchOperation,RemovePatchOperation,ReplacePatchOperation
Class to abstract the HTTP PATCH method operation
- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAbsolutePath(String fullpath) abstract voidperform(Context context, jakarta.servlet.http.HttpServletRequest currentRequest, InProgressSubmission source, Operation operation)
-
Constructor Details
-
PatchOperation
public PatchOperation()
-
-
Method Details
-
perform
public abstract void perform(Context context, jakarta.servlet.http.HttpServletRequest currentRequest, InProgressSubmission source, Operation operation) throws Exception - Throws:
Exception
-
evaluateArrayObject
-
evaluateSingleObject
-
getAbsolutePath
-
getStepId
-
getArrayClassForEvaluation
-
getClassForEvaluation
-