Uses of Class
org.gbif.api.model.crawler.FinishReason
-
Packages that use FinishReason Package Description org.gbif.api.model.crawler org.gbif.api.service.pipelines -
-
Uses of FinishReason in org.gbif.api.model.crawler
Methods in org.gbif.api.model.crawler that return FinishReason Modifier and Type Method Description FinishReason
DatasetProcessStatus. getFinishReason()
The reason a crawl is finished.static FinishReason
FinishReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static FinishReason[]
FinishReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.model.crawler with parameters of type FinishReason Modifier and Type Method Description DatasetProcessStatus.Builder
DatasetProcessStatus.Builder. finishReason(FinishReason finishReason)
void
DatasetProcessStatus. 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 FinishReason Modifier and Type Method Description PagingResponse<IngestionProcess>
IngestionHistoryService. history(@NotNull UUID datasetKey, List<FinishReason> finishReasons, Pageable pageable)
PagingResponse<IngestionProcess>
IngestionHistoryService. history(List<FinishReason> finishReasons, Pageable pageable)
-