Uses of Class
org.dspace.app.rest.parameter.SearchFilter
-
Packages that use SearchFilter 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 -
-
Uses of SearchFilter in org.dspace.app.rest
Method parameters in org.dspace.app.rest with type arguments of type SearchFilter Modifier and Type Method Description FacetsResourceDiscoveryRestController. getFacets(String query, String dsoType, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page)org.springframework.hateoas.ResourceSupportDiscoveryRestController. getFacetValues(String facetName, String prefix, String query, String dsoType, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page)SearchResultsResourceDiscoveryRestController. getSearchObjects(String query, String dsoType, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page) -
Uses of SearchFilter in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter with parameters of type SearchFilter Modifier and Type Method Description SearchResultsRest.AppliedFilterSearchFilterToAppliedFilterConverter. convertSearchFilter(Context context, SearchFilter searchFilter)Method parameters in org.dspace.app.rest.converter with type arguments of type SearchFilter Modifier and Type Method Description FacetResultsRestDiscoverFacetResultsConverter. 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, Projection projection)SearchResultsRestDiscoverFacetsConverter. convert(Context context, String query, String dsoType, String configurationName, String dsoScope, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, DiscoveryConfiguration configuration, DiscoverResult searchResult, Projection projection)SearchResultsRestDiscoverResultConverter. convert(Context context, String query, String dsoType, String configurationName, String scope, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, DiscoverResult searchResult, DiscoveryConfiguration configuration, Projection projection) -
Uses of SearchFilter in org.dspace.app.rest.converter.query
Methods in org.dspace.app.rest.converter.query that return SearchFilter Modifier and Type Method Description SearchFilterSearchQueryConverter. convertQuerySearchFilterIntoStandardSearchFilter(SearchFilter searchFilter)This method takes care of the converter of a specific SearchFilter given to itMethods in org.dspace.app.rest.converter.query that return types with arguments of type SearchFilter Modifier and Type Method 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 SearchFilterMethods in org.dspace.app.rest.converter.query with parameters of type SearchFilter Modifier and Type Method Description SearchFilterSearchQueryConverter. convertQuerySearchFilterIntoStandardSearchFilter(SearchFilter searchFilter)This method takes care of the converter of a specific SearchFilter given to itMethod parameters in org.dspace.app.rest.converter.query with type arguments of type SearchFilter Modifier and Type Method 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 -
Uses of SearchFilter in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type SearchFilter Modifier and Type Method Description List<SearchFilter>DiscoveryResultsRest. getSearchFilters()Method parameters in org.dspace.app.rest.model with type arguments of type SearchFilter Modifier and Type Method Description voidDiscoveryResultsRest. setSearchFilters(List<SearchFilter> searchFilters) -
Uses of SearchFilter in org.dspace.app.rest.repository
Method parameters in org.dspace.app.rest.repository with type arguments of type SearchFilter Modifier and Type Method Description SearchResultsRestDiscoveryRestRepository. getAllFacets(String query, String dsoType, String dsoScope, String configuration, List<SearchFilter> searchFilters)FacetResultsRestDiscoveryRestRepository. getFacetObjects(String facetName, String prefix, String query, String dsoType, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page)SearchResultsRestDiscoveryRestRepository. getSearchObjects(String query, String dsoType, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, Projection projection) -
Uses of SearchFilter in org.dspace.app.rest.utils
Method parameters in org.dspace.app.rest.utils with type arguments of type SearchFilter Modifier and Type Method Description DiscoverQueryDiscoverQueryBuilder. buildFacetQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page, String facetName)DiscoverQueryDiscoverQueryBuilder. buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page)
-