Class AddPatchOperation<T>

java.lang.Object
org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
org.dspace.app.rest.submit.factory.impl.AddPatchOperation<T>
Type Parameters:
T -
Direct Known Subclasses:
AccessConditionAddPatchOperation, BitstreamResourcePolicyAddPatchOperation, CCLicenseAddPatchOperation, LicenseAddPatchOperation, MetadataValueAddPatchOperation, NotifyServiceAddPatchOperation, PrimaryBitstreamAddPatchOperation

public abstract class AddPatchOperation<T> extends PatchOperation<T>
Class to manage HTTP PATCH method operation ADD. Please see https://tools.ietf.org/html/rfc6902
Author:
Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)