Uses of Interface
org.dspace.statistics.content.filter.StatisticsFilter
-
Packages that use StatisticsFilter Package Description org.dspace.statistics.content org.dspace.statistics.content.filter -
-
Uses of StatisticsFilter in org.dspace.statistics.content
Fields in org.dspace.statistics.content with type parameters of type StatisticsFilter Modifier and Type Field Description protected List<StatisticsFilter>StatisticsBSAdapter. filtersMethods in org.dspace.statistics.content that return types with arguments of type StatisticsFilter Modifier and Type Method Description List<StatisticsFilter>StatisticsBSAdapter. getFilters()List<StatisticsFilter>StatisticsData. getFilters()Return the current list of filters.List<StatisticsFilter>StatisticsDisplay. getFilters()Methods in org.dspace.statistics.content with parameters of type StatisticsFilter Modifier and Type Method Description voidStatisticsBSAdapter. addFilter(StatisticsFilter filter)voidStatisticsDisplay. addFilter(StatisticsFilter filter)voidStatisticsData. addFilters(StatisticsFilter filter)Augment the list of filters.Method parameters in org.dspace.statistics.content with type arguments of type StatisticsFilter Modifier and Type Method Description voidStatisticsBSAdapter. setFilters(List<StatisticsFilter> filters) -
Uses of StatisticsFilter in org.dspace.statistics.content.filter
Classes in org.dspace.statistics.content.filter that implement StatisticsFilter Modifier and Type Class Description classStatisticsSolrDateFilterEncapsulate a range of dates for Solr query filtering.
-