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 TypeMethodDescriptionboolean
int
hashCode()
void
setAllSteps
(Set<PipelineStep> allSteps) void
setLastStep
(PipelineStep lastStep) void
setNextSteps
(List<WorkflowStep> nextSteps) void
setStepType
(StepType stepType)
-
Constructor Details
-
WorkflowStep
public WorkflowStep()
-
-
Method Details