Uses of Class
org.dspace.app.rest.exception.UnprocessableEntityException
-
Packages that use UnprocessableEntityException Package Description org.dspace.app.rest.exception org.dspace.app.rest.repository -
-
Uses of UnprocessableEntityException in org.dspace.app.rest.exception
Subclasses of UnprocessableEntityException in org.dspace.app.rest.exception Modifier and Type Class Description classEPersonNameNotProvidedExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classGroupNameNotProvidedExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classIncompleteItemRequestExceptionThrown to indicate that a mandatory Item Request attribute was not provided.classRESTEmptyWorkflowGroupExceptionExtendUnprocessableEntityExceptionto 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 UnprocessableEntityException Modifier and Type Method Description 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 voidDSpaceObjectRestRepository. patchDSpaceObject(String apiCategory, String model, UUID id, Patch patch)Updates the DSpaceObject according to the given Patch.
-