Uses of Class
org.dspace.app.rest.parameter.SearchFilter
Packages that use SearchFilter
Package
Description
-
Uses of SearchFilter in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter with parameters of type SearchFilterModifier and TypeMethodDescriptionSearchFilterToAppliedFilterConverter.convertSearchFilter(Context context, SearchFilter searchFilter) -
Uses of SearchFilter in org.dspace.app.rest.converter.query
Methods in org.dspace.app.rest.converter.query that return SearchFilterModifier and TypeMethodDescriptionSearchQueryConverter.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 SearchFilterModifier and TypeMethodDescriptionSearchQueryConverter.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 SearchFilterModifier and TypeMethodDescriptionSearchQueryConverter.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 SearchFilterModifier and TypeMethodDescriptionSearchQueryConverter.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 SearchFilterMethod parameters in org.dspace.app.rest.model with type arguments of type SearchFilterModifier and TypeMethodDescriptionvoidDiscoveryResultsRest.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 SearchFilterModifier and TypeMethodDescriptionRestDiscoverQueryBuilder.buildFacetQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page, String facetName) Create a discovery facet query.RestDiscoverQueryBuilder.buildFacetQuery(Context context, IndexableObject scope, 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.RestDiscoverQueryBuilder.buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page) Build a discovery queryRestDiscoverQueryBuilder.buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, List<String> dsoTypes, org.springframework.data.domain.Pageable page) Build a discovery query