| Package | Description |
|---|---|
| org.dspace.app.rest.exception | |
| org.dspace.app.rest.repository | |
| org.dspace.app.rest.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidDSpaceObjectTypeException
This class creates an Exception to be used when the given DSpaceObjectType is invalid
|
class |
InvalidSearchFacetException
Exception thrown when the search endpoint receives an invalid facet name
|
class |
InvalidSearchFilterException
This class provides an exception to be used when the SearchFilter given is invalid
|
class |
InvalidSortingException
This class makes an Exception to be used when a certain sorting is invalid
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultsRest |
DiscoveryRestRepository.getAllFacets(String query,
String dsoType,
String dsoScope,
String configuration,
List<SearchFilter> searchFilters) |
FacetResultsRest |
DiscoveryRestRepository.getFacetObjects(String facetName,
String prefix,
String query,
String dsoType,
String dsoScope,
String configuration,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page) |
SearchResultsRest |
DiscoveryRestRepository.getSearchObjects(String query,
String dsoType,
String dsoScope,
String configuration,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page) |
| Modifier and Type | Method and Description |
|---|---|
DiscoverQuery |
DiscoverQueryBuilder.buildFacetQuery(Context context,
IndexableObject scope,
DiscoveryConfiguration discoveryConfiguration,
String prefix,
String query,
List<SearchFilter> searchFilters,
String dsoType,
org.springframework.data.domain.Pageable page,
String facetName) |
DiscoverQuery |
DiscoverQueryBuilder.buildQuery(Context context,
IndexableObject scope,
DiscoveryConfiguration discoveryConfiguration,
String query,
List<SearchFilter> searchFilters,
String dsoType,
org.springframework.data.domain.Pageable page) |
Copyright © 2019 DuraSpace. All rights reserved.