Package org.gbif.api.model.pipelines
Class PipelinesWorkflow
- java.lang.Object
-
- org.gbif.api.model.pipelines.PipelinesWorkflow
-
public class PipelinesWorkflow extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PipelinesWorkflow.Graph<T>
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PipelinesWorkflow.Graph<StepType>
getEventOccurrenceWorkflow()
static PipelinesWorkflow.Graph<StepType>
getEventWorkflow()
static PipelinesWorkflow.Graph<StepType>
getOccurrenceWorkflow()
static PipelinesWorkflow.Graph<StepType>
getValidatorWorkflow()
static PipelinesWorkflow.Graph<StepType>
getWorkflow(boolean containsOccurrences, boolean containsEvents)
-
-
-
Method Detail
-
getOccurrenceWorkflow
public static PipelinesWorkflow.Graph<StepType> getOccurrenceWorkflow()
-
getEventOccurrenceWorkflow
public static PipelinesWorkflow.Graph<StepType> getEventOccurrenceWorkflow()
-
getEventWorkflow
public static PipelinesWorkflow.Graph<StepType> getEventWorkflow()
-
getValidatorWorkflow
public static PipelinesWorkflow.Graph<StepType> getValidatorWorkflow()
-
getWorkflow
public static PipelinesWorkflow.Graph<StepType> getWorkflow(boolean containsOccurrences, boolean containsEvents)
-
-