Uses of Class
org.dspace.app.rest.exception.DSpaceBadRequestException
Packages that use DSpaceBadRequestException
Package
Description
-
Uses of DSpaceBadRequestException in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that throw DSpaceBadRequestExceptionModifier 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. -
Uses of DSpaceBadRequestException in org.dspace.app.rest.repository.patch
Methods in org.dspace.app.rest.repository.patch that throw DSpaceBadRequestExceptionModifier and TypeMethodDescriptionprotected voidResourcePatch.performPatchOperation(Context context, M object, Operation operation) Checks with all possible patch operations whether they support this operation (based on instanceof dso and operation.path) -
Uses of DSpaceBadRequestException in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that throw DSpaceBadRequestExceptionModifier and TypeMethodDescriptionRestDiscoverQueryBuilder.buildFacetQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page, String facetName) Create a discovery facet query.RestDiscoverQueryBuilder.buildFacetQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, List<String> dsoTypes, org.springframework.data.domain.Pageable page, String facetName) Create a discovery facet query.RestDiscoverQueryBuilder.buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page) Build a discovery queryRestDiscoverQueryBuilder.buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, List<String> dsoTypes, org.springframework.data.domain.Pageable page) Build a discovery query