Package org.gbif.api.service.pipelines
Interface IngestionHistoryService
public interface IngestionHistoryService
-
Method Summary
Modifier and TypeMethodDescriptiongetIngestion
(@NotNull UUID datasetKey, int attempt) history
(@NotNull UUID datasetKey, List<FinishReason> finishReasons, Pageable pageable) history
(List<FinishReason> finishReasons, Pageable pageable)
-
Method Details
-
history
PagingResponse<IngestionProcess> history(@Nullable List<FinishReason> finishReasons, Pageable pageable) -
history
PagingResponse<IngestionProcess> history(@NotNull @NotNull UUID datasetKey, @Nullable List<FinishReason> finishReasons, Pageable pageable) -
getIngestion
-