Uses of Class
org.gbif.api.model.occurrence.Download
Packages that use Download
Package
Description
-
Uses of Download in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return DownloadMethods in org.gbif.api.model.registry with parameters of type DownloadModifier and TypeMethodDescriptionvoid
DatasetOccurrenceDownloadUsage.setDownload
(Download download) -
Uses of Download in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence with parameters of type Download -
Uses of Download in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return DownloadModifier and TypeMethodDescriptionRetrieves a occurrence download by its unique key or DOI.Update an existing occurrence download.Methods in org.gbif.api.service.registry that return types with arguments of type DownloadModifier and TypeMethodDescriptionOccurrenceDownloadService.list
(Pageable page, Set<Download.Status> status, String source) Retrieves a pageable result of all the downloads, optionally the downloads can be filtered by status and source.OccurrenceDownloadService.listByEraseAfter
(Pageable page, String eraseAfter, Long size, String erasureNotification) Retrieves a pageable result of the downloads created by a user in a given status.OccurrenceDownloadService.listByUser
(@NotNull String user, Pageable page, Set<Download.Status> status, LocalDateTime from, Boolean statistics) Retrieves a pageable result of the downloads created by a user in a given status.Methods in org.gbif.api.service.registry with parameters of type Download