Uses of Class
org.gbif.api.model.pipelines.PipelineStep
Packages that use PipelineStep
-
Uses of PipelineStep in org.gbif.api.model.pipelines
Fields in org.gbif.api.model.pipelines with type parameters of type PipelineStepModifier and TypeFieldDescriptionstatic final Comparator<PipelineStep>
PipelineStep.STEPS_BY_FINISHED_ASC
Comparator that sorts pipeline steps by start date and then by finished date in ascending order.static final Comparator<PipelineStep>
PipelineStep.STEPS_BY_TYPE_ASC
Methods in org.gbif.api.model.pipelines that return PipelineStepModifier and TypeMethodDescriptionPipelineStep.addMetricInfo
(PipelineStep.MetricInfo metricInfo) WorkflowStep.getLastStep()
PipelineStep.setCreatedBy
(String createdBy) PipelineStep.setFinished
(LocalDateTime finished) PipelineStep.setMessage
(String message) PipelineStep.setMetrics
(Set<PipelineStep.MetricInfo> metrics) PipelineStep.setModified
(LocalDateTime modified) PipelineStep.setModifiedBy
(String modifiedBy) PipelineStep.setNumberRecords
(Long numberRecords) PipelineStep.setPipelinesVersion
(String pipelinesVersion) PipelineStep.setRunner
(StepRunner runner) PipelineStep.setStarted
(LocalDateTime started) PipelineStep.setState
(PipelineStep.Status state) Methods in org.gbif.api.model.pipelines that return types with arguments of type PipelineStepMethods in org.gbif.api.model.pipelines with parameters of type PipelineStepModifier and TypeMethodDescriptionPipelineExecution.addStep
(PipelineStep step) boolean
PipelineStep.lenientEquals
(PipelineStep other) void
WorkflowStep.setLastStep
(PipelineStep lastStep) Method parameters in org.gbif.api.model.pipelines with type arguments of type PipelineStepModifier and TypeMethodDescriptionvoid
WorkflowStep.setAllSteps
(Set<PipelineStep> allSteps) PipelineExecution.setSteps
(Set<PipelineStep> steps) -
Uses of PipelineStep in org.gbif.api.service.pipelines
Methods in org.gbif.api.service.pipelines that return PipelineStepModifier and TypeMethodDescriptionPipelinesHistoryService.getPipelineStep
(long stepKey) Gets the PipelineStep of the specified keys.Methods in org.gbif.api.service.pipelines that return types with arguments of type PipelineStepModifier and TypeMethodDescriptionPipelinesHistoryService.getPipelineStepsByExecutionKey
(long executionKey) Gets the PipelineSteps list of the execution key.Methods in org.gbif.api.service.pipelines with parameters of type PipelineStepModifier and TypeMethodDescriptionlong
PipelinesHistoryService.updatePipelineStep
(@NotNull PipelineStep pipelineStep) Update the information of a pipeline step.