Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.service.occurrence | |
org.gbif.api.service.registry |
Modifier and Type | Method and Description |
---|---|
Download |
DatasetOccurrenceDownloadUsage.getDownload() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetOccurrenceDownloadUsage.setDownload(Download download) |
Modifier and Type | Method and Description |
---|---|
File |
DownloadRequestService.getResultFile(Download download) |
Modifier and Type | Method and Description |
---|---|
Download |
OccurrenceDownloadService.get(@NotNull String keyOrDoi)
Retrieves a occurrence download by its unique key or DOI.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.