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 DSpaceBadRequestException -
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