Uses of Class
org.gbif.api.model.pipelines.PipelinesWorkflow.Graph
-
Packages that use PipelinesWorkflow.Graph Package Description org.gbif.api.model.pipelines -
-
Uses of PipelinesWorkflow.Graph in org.gbif.api.model.pipelines
Methods in org.gbif.api.model.pipelines that return PipelinesWorkflow.Graph Modifier and Type Method Description static PipelinesWorkflow.Graph<StepType>
PipelinesWorkflow. getEventOccurrenceWorkflow()
static PipelinesWorkflow.Graph<StepType>
PipelinesWorkflow. getEventWorkflow()
static PipelinesWorkflow.Graph<StepType>
PipelinesWorkflow. getOccurrenceWorkflow()
static PipelinesWorkflow.Graph<StepType>
PipelinesWorkflow. getValidatorWorkflow()
static PipelinesWorkflow.Graph<StepType>
PipelinesWorkflow. getWorkflow(boolean containsOccurrences, boolean containsEvents)
-