Uses of Class
de.dlr.proseo.model.Workflow
Packages that use Workflow
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 Workflow in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return WorkflowModifier and TypeMethodDescriptionProcessingOrder.getWorkflow()Get the workflowWorkflowOption.getWorkflow()Gets the owning workflowMethods in de.dlr.proseo.model with parameters of type WorkflowModifier and TypeMethodDescriptionvoidProcessingOrder.setWorkflow(Workflow workflow) Set the workflowvoidWorkflowOption.setWorkflow(Workflow workflow) Sets the owning workflow -
Uses of Workflow in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return WorkflowModifier and TypeMethodDescriptionWorkflowRepository.findByMissionCodeAndNameAndVersion(String missionCode, String name, String workflowVersion) Get the workflow with the given mission, name and versionWorkflowRepository.findByUuid(UUID uuid) Get the workflow with the given UUIDMethods in de.dlr.proseo.model.dao that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowRepository.findByMissionCode(String missionCode) Get all workflows for the given missionWorkflowRepository.findByMissionCodeAndName(String missionCode, String name) Get all workflows within a mission with the given name