| Package | Description |
|---|---|
| org.dspace.app.rest | |
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.converter.query | |
| org.dspace.app.rest.model | |
| org.dspace.app.rest.repository | |
| org.dspace.app.rest.utils |
| Modifier and Type | Method and Description |
|---|---|
FacetsResource |
DiscoveryRestController.getFacets(String query,
String dsoType,
String dsoScope,
String configuration,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page) |
org.springframework.hateoas.ResourceSupport |
DiscoveryRestController.getFacetValues(String facetName,
String prefix,
String query,
String dsoType,
String dsoScope,
String configuration,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page) |
SearchResultsResource |
DiscoveryRestController.getSearchObjects(String query,
String dsoType,
String dsoScope,
String configuration,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page) |
| Modifier and Type | Method and Description |
|---|---|
SearchResultsRest.AppliedFilter |
SearchFilterToAppliedFilterConverter.convertSearchFilter(Context context,
SearchFilter searchFilter) |
| Modifier and Type | Method and Description |
|---|---|
SearchResultsRest |
DiscoverResultConverter.convert(Context context,
String query,
String dsoType,
String configurationName,
String scope,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page,
DiscoverResult searchResult,
DiscoveryConfiguration configuration) |
SearchResultsRest |
DiscoverFacetsConverter.convert(Context context,
String query,
String dsoType,
String configurationName,
String dsoScope,
List<SearchFilter> searchFilters,
org.springframework.data.domain.Pageable page,
DiscoveryConfiguration configuration,
DiscoverResult searchResult) |
FacetResultsRest |
DiscoverFacetResultsConverter.convert(Context context,
String facetName,
String prefix,
String query,
String dsoType,
String dsoScope,
List<SearchFilter> searchFilters,
DiscoverResult searchResult,
DiscoveryConfiguration configuration,
org.springframework.data.domain.Pageable page) |
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
SearchQueryConverter.convertQuerySearchFilterIntoStandardSearchFilter(SearchFilter searchFilter)
This method takes care of the converter of a specific SearchFilter given to it
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchFilter> |
SearchQueryConverter.convert(List<SearchFilter> searchFilters)
This method traverses the list of SearchFilters and transforms all of those that contain 'Query'
as the operator into a standard DSpace SearchFilter
|
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
SearchQueryConverter.convertQuerySearchFilterIntoStandardSearchFilter(SearchFilter searchFilter)
This method takes care of the converter of a specific SearchFilter given to it
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchFilter> |
SearchQueryConverter.convert(List<SearchFilter> searchFilters)
This method traverses the list of SearchFilters and transforms all of those that contain 'Query'
as the operator into a standard DSpace SearchFilter
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchFilter> |
DiscoveryResultsRest.getSearchFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryResultsRest.setSearchFilters(List<SearchFilter> searchFilters) |
| 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.