Uses of Class
org.dspace.app.rest.exception.UnprocessableEntityException
Packages that use UnprocessableEntityException
-
Uses of UnprocessableEntityException in org.dspace.app.rest.exception
Subclasses of UnprocessableEntityException in org.dspace.app.rest.exceptionModifier and TypeClassDescriptionclassExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classThrown to indicate that a mandatory Item Request attribute was not provided.classThis class provides an exception to be used when trying to create an EPerson with password that not match regular expression configured in this variable "authentication-password.regex-validation.pattern" in dspace.cfg or during the patch of password.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response. -
Uses of UnprocessableEntityException in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that throw UnprocessableEntityExceptionModifier and TypeMethodDescriptionDSpaceRestRepository.patch(jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, ID id, Patch patch) Apply a partial update to the REST object via JSON PatchRegistrationRestRepository.patch(jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, Patch patch) This method can be used to update aRegistrationDatawith a givenidthat has a validtokenwith the actions described in thePatchobject.protected voidDSpaceObjectRestRepository.patchDSpaceObject(String apiCategory, String model, UUID id, Patch patch) Updates the DSpaceObject according to the given Patch.