Package org.gbif.api.model.pipelines
Class WorkflowStep
java.lang.Object
org.gbif.api.model.pipelines.WorkflowStep
- All Implemented Interfaces:
Serializable
Models a step in a Pipeline workflow.
These steps are identified by the StepType and are linked to their next steps in the
workflow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAllSteps(Set<PipelineStep> allSteps) voidsetLastStep(PipelineStep lastStep) voidsetNextSteps(List<WorkflowStep> nextSteps) voidsetStepType(StepType stepType)
-
Constructor Details
-
WorkflowStep
public WorkflowStep()
-
-
Method Details