Uses of Class
org.dspace.app.rest.exception.DSpaceBadRequestException
-
Packages that use DSpaceBadRequestException Package Description org.dspace.app.rest.repository org.dspace.app.rest.repository.patch org.dspace.app.rest.utils -
-
Uses of DSpaceBadRequestException in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that throw DSpaceBadRequestException 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 Patch -
Uses of DSpaceBadRequestException in org.dspace.app.rest.repository.patch
Methods in org.dspace.app.rest.repository.patch that throw DSpaceBadRequestException Modifier and Type Method Description protected voidResourcePatch. performPatchOperation(org.dspace.core.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 DSpaceBadRequestException Modifier and Type Method Description org.dspace.discovery.DiscoverQueryDiscoverQueryBuilder. buildFacetQuery(org.dspace.core.Context context, org.dspace.discovery.IndexableObject scope, org.dspace.discovery.configuration.DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page, String facetName)Create a discovery facet query.org.dspace.discovery.DiscoverQueryDiscoverQueryBuilder. buildFacetQuery(org.dspace.core.Context context, org.dspace.discovery.IndexableObject scope, org.dspace.discovery.configuration.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.org.dspace.discovery.DiscoverQueryDiscoverQueryBuilder. buildQuery(org.dspace.core.Context context, org.dspace.discovery.IndexableObject scope, org.dspace.discovery.configuration.DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page)Build a discovery queryorg.dspace.discovery.DiscoverQueryDiscoverQueryBuilder. buildQuery(org.dspace.core.Context context, org.dspace.discovery.IndexableObject scope, org.dspace.discovery.configuration.DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, List<String> dsoTypes, org.springframework.data.domain.Pageable page)Build a discovery query
-