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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PagingResponse<DatasetOccurrenceDownloadUsage>listByDataset(@NotNull UUID datasetKey, Boolean showDownloadDetails, Pageable page)Retrieves a pageable result of the downloads which contain data taken from a dataset.
 
- 
- 
- 
Method Detail- 
listByDatasetPagingResponse<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.
 
- 
 
-