Uses of Enum Class
org.gbif.api.model.crawler.FinishReason
Packages that use FinishReason
-
Uses of FinishReason in org.gbif.api.model.crawler
Methods in org.gbif.api.model.crawler that return FinishReasonModifier and TypeMethodDescriptionDatasetProcessStatus.getFinishReason()The reason a crawl is finished.static FinishReasonReturns the enum constant of this class with the specified name.static FinishReason[]FinishReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.crawler with parameters of type FinishReasonModifier and TypeMethodDescriptionDatasetProcessStatus.Builder.finishReason(FinishReason finishReason) voidDatasetProcessStatus.setFinishReason(FinishReason finishReason) -
Uses of FinishReason in org.gbif.api.service.pipelines
Method parameters in org.gbif.api.service.pipelines with type arguments of type FinishReasonModifier and TypeMethodDescriptionIngestionHistoryService.history(@NotNull UUID datasetKey, List<FinishReason> finishReasons, Pageable pageable) IngestionHistoryService.history(List<FinishReason> finishReasons, Pageable pageable)