Uses of Class
de.dlr.proseo.model.WorkflowOption
Packages that use WorkflowOption
Package
Description
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
This package contains data access object (DAO) classes for the common data model of prosEO.
-
Uses of WorkflowOption in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return types with arguments of type WorkflowOptionModifier and TypeMethodDescriptionWorkflow.getWorkflowOptions()Gets the available workflow optionsMethod parameters in de.dlr.proseo.model with type arguments of type WorkflowOptionModifier and TypeMethodDescriptionvoidWorkflow.setWorkflowOptions(Set<WorkflowOption> workflowOptions) Sets the available workflow options -
Uses of WorkflowOption in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return WorkflowOptionModifier and TypeMethodDescriptionWorkflowOptionRepository.findByNameAndWorkflowName(String name, String workflowName) Get the workflow option with the given name and workflow name