Uses of Enum Class
org.dspace.contentreport.Filter
Packages that use Filter
-
Uses of Filter in org.dspace.contentreport
Methods in org.dspace.contentreport that return FilterModifier and TypeMethodDescriptionstatic Filterstatic FilterReturns the enum constant of this class with the specified name.static Filter[]Filter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.contentreport that return types with arguments of type FilterModifier and TypeMethodDescriptionFilter.getFilters(String filters) FilterCategory.getFilters()FilteredItemsQuery.getFilters()FilteredCollection.getValues()Returns the item counts per filter.Methods in org.dspace.contentreport with parameters of type FilterModifier and TypeMethodDescriptionvoidIncrements a filtered item count for a given filter.Method parameters in org.dspace.contentreport with type arguments of type FilterModifier and TypeMethodDescriptionContentReportServiceImpl.findFilteredCollections(Context context, Collection<Filter> filters) Retrieves item statistics per collection according to a set of Boolean filters.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.voidFilteredItemsQuery.setFilters(Set<Filter> filters) voidSets all filtered item counts for this collection. -
Uses of Filter in org.dspace.contentreport.service
Method parameters in org.dspace.contentreport.service with type arguments of type FilterModifier and TypeMethodDescriptionContentReportService.findFilteredCollections(Context context, Collection<Filter> filters) Retrieves item statistics per collection according to a set of Boolean filters.