Uses of Class
org.dspace.app.rest.model.patch.Patch
-
Packages that use Patch Package Description org.dspace.app.rest.converter org.dspace.app.rest.repository org.dspace.app.rest.security -
-
Uses of Patch in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return Patch Modifier and Type Method Description PatchJsonPatchConverter. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)Constructs aPatchobject given a JsonNode.PatchPatchConverter. convert(T patchRepresentation)Convert a patch document representation to aPatch.Methods in org.dspace.app.rest.converter with parameters of type Patch Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeJsonPatchConverter. convert(Patch patch)Renders aPatchas aJsonNode.TPatchConverter. convert(Patch patch)Convert aPatchto a representation object. -
Uses of Patch in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository with parameters of type Patch Modifier and Type Method Description protected voidBitstreamRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, Patch patch)protected voidBundleRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID uuid, Patch patch)Apply a patch operation to a bundleprotected voidCollectionRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, Patch patch)protected voidCommunityRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, Patch patch)TDSpaceRestRepository. patch(javax.servlet.http.HttpServletRequest request, String apiCategory, String model, ID id, Patch patch)Apply a partial update to the REST object via JSON Patchprotected voidDSpaceRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, ID id, Patch patch)Method to implement to allow partial update of the REST object via JSON Patchprotected voidEPersonRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID uuid, Patch patch)protected voidGroupRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, Patch patch)protected voidItemRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, Patch patch)protected voidResourcePolicyRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, Patch patch)protected voidSiteRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, Patch patch)voidWorkflowItemRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, Patch patch)voidWorkspaceItemRestRepository. patch(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, Patch patch)protected voidDSpaceObjectRestRepository. patchDSpaceObject(String apiCategory, String model, UUID id, Patch patch)Updates the DSpaceObject according to the given Patch. -
Uses of Patch in org.dspace.app.rest.security
Methods in org.dspace.app.rest.security with parameters of type Patch Modifier and Type Method Description booleanEPersonRestPermissionEvaluatorPlugin. hasPatchPermission(org.springframework.security.core.Authentication authentication, Serializable targetId, String targetType, Patch patch)booleanRestObjectPermissionEvaluatorPlugin. hasPatchPermission(org.springframework.security.core.Authentication authentication, Serializable targetId, String targetType, Patch patch)Checks permissions forPatchrequests.
-