Uses of Class
org.dspace.statistics.content.DatasetGenerator
-
Packages that use DatasetGenerator Package Description org.dspace.statistics.content -
-
Uses of DatasetGenerator in org.dspace.statistics.content
Subclasses of DatasetGenerator in org.dspace.statistics.content Modifier and Type Class Description classDatasetDSpaceObjectGeneratorRepresents a dspace object based facet for filtering.classDatasetSearchGeneratorclassDatasetTimeGeneratorRepresents a date facet for filtering.classDatasetTypeGeneratorRepresents a simple string facet for filtering.Methods in org.dspace.statistics.content that return types with arguments of type DatasetGenerator Modifier and Type Method Description List<DatasetGenerator>StatisticsData. getDatasetGenerators()Return the current list of generators.List<DatasetGenerator>StatisticsDisplay. getDatasetGenerators()Methods in org.dspace.statistics.content with parameters of type DatasetGenerator Modifier and Type Method Description voidStatisticsData. addDatasetGenerator(DatasetGenerator set)Augment the list of facets (generators).voidStatisticsDisplay. addDatasetGenerator(DatasetGenerator set)protected voidStatisticsDataVisits. processAxis(Context context, DatasetGenerator datasetGenerator, List<StatisticsDataVisits.DatasetQuery> queries)
-