Uses of Class
org.dspace.contentreport.FilteredItemsQuery
Packages that use FilteredItemsQuery
-
Uses of FilteredItemsQuery in org.dspace.contentreport
Methods in org.dspace.contentreport that return FilteredItemsQueryModifier and TypeMethodDescriptionstatic FilteredItemsQueryFilteredItemsQuery.of(Collection<String> collectionUuids, Collection<QueryPredicate> predicates, long offset, int pageLimit, Collection<Filter> filters, Collection<String> additionalFields) Shortcut method that builds a FilteredItemsQuery instance from its building blocks.Methods in org.dspace.contentreport with parameters of type FilteredItemsQueryModifier and TypeMethodDescriptionContentReportServiceImpl.findFilteredItems(Context context, FilteredItemsQuery query) Retrieves a list of items according to a set of criteria. -
Uses of FilteredItemsQuery in org.dspace.contentreport.service
Methods in org.dspace.contentreport.service with parameters of type FilteredItemsQueryModifier and TypeMethodDescriptionContentReportService.findFilteredItems(Context context, FilteredItemsQuery query) Retrieves a list of items according to a set of criteria.