Uses of Class
org.dspace.contentreport.FilteredCollection
Packages that use FilteredCollection
-
Uses of FilteredCollection in org.dspace.contentreport
Methods in org.dspace.contentreport that return FilteredCollectionModifier and TypeMethodDescriptionFilteredCollection.clone()Returns a non-sealed clone of this filtered collection record.FilteredCollections.getSummary()Returns the report summary.static FilteredCollectionFilteredCollection.of(String label, String handle, String communityLabel, String communityHandle, int totalItems, int allFiltersValue, Map<Filter, Integer> values, boolean doSeal) Shortcut method that builds a FilteredCollectionRest instance from its building blocks.Methods in org.dspace.contentreport that return types with arguments of type FilteredCollectionModifier and TypeMethodDescriptionContentReportServiceImpl.findFilteredCollections(Context context, Collection<Filter> filters) Retrieves item statistics per collection according to a set of Boolean filters.FilteredCollections.getCollections()Returns a defensive copy of the collections included in this report.Methods in org.dspace.contentreport with parameters of type FilteredCollectionModifier and TypeMethodDescriptionvoidFilteredCollections.addCollection(FilteredCollection coll) Adds aFilteredCollectionRestobject to this report.Method parameters in org.dspace.contentreport with type arguments of type FilteredCollectionModifier and TypeMethodDescriptionstatic FilteredCollectionsFilteredCollections.of(Collection<FilteredCollection> collections) Shortcut method that builds a FilteredCollectionsRest instance from its building blocks.voidFilteredCollections.setCollections(List<FilteredCollection> collections) Sets all collections for this report. -
Uses of FilteredCollection in org.dspace.contentreport.service
Methods in org.dspace.contentreport.service that return types with arguments of type FilteredCollectionModifier and TypeMethodDescriptionContentReportService.findFilteredCollections(Context context, Collection<Filter> filters) Retrieves item statistics per collection according to a set of Boolean filters.