public interface IngestionHistoryService
Modifier and Type | Method and Description |
---|---|
IngestionProcess |
getIngestion(@NotNull UUID datasetKey,
int attempt) |
PagingResponse<IngestionProcess> |
history(List<FinishReason> finishReasons,
Pageable pageable) |
PagingResponse<IngestionProcess> |
history(@NotNull UUID datasetKey,
List<FinishReason> finishReasons,
Pageable pageable) |
PagingResponse<IngestionProcess> history(@Nullable List<FinishReason> finishReasons, Pageable pageable)
PagingResponse<IngestionProcess> history(@NotNull @NotNull UUID datasetKey, @Nullable List<FinishReason> finishReasons, Pageable pageable)
IngestionProcess getIngestion(@NotNull @NotNull UUID datasetKey, int attempt)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.