Class RemovePatchOperation<T>
java.lang.Object
org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
org.dspace.app.rest.submit.factory.impl.RemovePatchOperation<T>
- Type Parameters:
T-
- Direct Known Subclasses:
AccessConditionRemovePatchOperation,BitstreamRemovePatchOperation,BitstreamResourcePolicyRemovePatchOperation,CCLicenseRemovePatchOperation,LicenseRemovePatchOperation,MetadataValueRemovePatchOperation,NotifyServiceRemovePatchOperation,PrimaryBitstreamRemovePatchOperation
Class to manage HTTP PATCH method operation REMOVE
- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperform(Context context, jakarta.servlet.http.HttpServletRequest currentRequest, InProgressSubmission source, Operation operation) Methods inherited from class org.dspace.app.rest.submit.factory.impl.PatchOperation
evaluateArrayObject, evaluateSingleObject, getAbsolutePath, getArrayClassForEvaluation, getClassForEvaluation, getStepId
-
Constructor Details
-
RemovePatchOperation
public RemovePatchOperation()
-
-
Method Details
-
perform
public void perform(Context context, jakarta.servlet.http.HttpServletRequest currentRequest, InProgressSubmission source, Operation operation) throws Exception - Specified by:
performin classPatchOperation<T>- Throws:
Exception
-