Uses of Class
org.gbif.api.model.occurrence.Download
-
Packages that use Download Package Description org.gbif.api.model.registry org.gbif.api.service.occurrence org.gbif.api.service.registry -
-
Uses of Download in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return Download Modifier and Type Method Description Download
DatasetOccurrenceDownloadUsage. getDownload()
Methods in org.gbif.api.model.registry with parameters of type Download Modifier and Type Method Description void
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 Modifier and Type Method Description File
DownloadRequestService. getResultFile(Download download)
-
Uses of Download in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return Download Modifier and Type Method Description Download
OccurrenceDownloadService. get(@NotNull String keyOrDoi)
Retrieves a occurrence download by its unique key or DOI.Methods in org.gbif.api.service.registry that return types with arguments of type Download Modifier and Type Method Description PagingResponse<Download>
OccurrenceDownloadService. 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.PagingResponse<Download>
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.PagingResponse<Download>
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 Modifier and Type Method Description void
OccurrenceDownloadService. create(@NotNull @Valid Download download)
Persists the occurrence download object.void
OccurrenceDownloadService. update(@NotNull @Valid Download download)
Update an existing occurrence download.
-