Uses of Interface
org.gbif.api.service.registry.OccurrenceDownloadService
-
Packages that use OccurrenceDownloadService Package Description org.gbif.api.util.iterables -
-
Uses of OccurrenceDownloadService in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type OccurrenceDownloadService Modifier and Type Method Description static Iterable<DatasetOccurrenceDownloadUsage>
Iterables. datasetOccurrenceDownloadUsages(OccurrenceDownloadService service, String downloadKey, Integer limit)
Iterable forlistDatasetUsages(String, Pageable)
.static Iterable<DownloadStatistics>
Iterables. downloadStatistics(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, Integer limit)
Constructors in org.gbif.api.util.iterables with parameters of type OccurrenceDownloadService Constructor Description DatasetOccurrenceDownloadUsagesPager(OccurrenceDownloadService service, String downloadKey, int pageSize)
DownloadStatisticPager(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, int pageSize)
-