Package org.gbif.api.service.registry
Interface DatasetOccurrenceDownloadUsageService
public interface DatasetOccurrenceDownloadUsageService
Interface to access and persists information about occurrence download events. This interface was
initially implemented as a internal GBIF component that shouldn't be exposed for the public use.
-
Method Summary
Modifier and TypeMethodDescriptionlistByDataset
(@NotNull UUID datasetKey, Boolean showDownloadDetails, Pageable page) Retrieves a pageable result of the downloads which contain data taken from a dataset.
-
Method Details
-
listByDataset
PagingResponse<DatasetOccurrenceDownloadUsage> listByDataset(@NotNull @NotNull UUID datasetKey, Boolean showDownloadDetails, @Nullable Pageable page) Retrieves a pageable result of the downloads which contain data taken from a dataset.
-