Uses of Interface
org.gbif.api.service.registry.OccurrenceDownloadService
Packages that use OccurrenceDownloadService
-
Uses of OccurrenceDownloadService in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type OccurrenceDownloadServiceModifier and TypeMethodDescriptionIterables.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 OccurrenceDownloadServiceModifierConstructorDescriptionDatasetOccurrenceDownloadUsagesPager
(OccurrenceDownloadService service, String downloadKey, int pageSize) DownloadStatisticPager
(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, int pageSize)