Uses of Class
org.dspace.app.rest.parameter.SearchFilter
-
Packages that use SearchFilter Package Description org.dspace.app.rest.converter org.dspace.app.rest.converter.query org.dspace.app.rest.model org.dspace.app.rest.utils -
-
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(org.dspace.core.Context context, SearchFilter searchFilter) -
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.utils
Method parameters in org.dspace.app.rest.utils with type arguments of type SearchFilter 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
-