Verwendungen von Klasse
de.dlr.proseo.model.Workflow
Packages, die Workflow verwenden
Package
Beschreibung
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.
-
Verwendungen von Workflow in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die Workflow zurückgebenModifizierer und TypMethodeBeschreibungProcessingOrder.getWorkflow()
Get the workflowWorkflowOption.getWorkflow()
Gets the owning workflowMethoden in de.dlr.proseo.model mit Parametern vom Typ WorkflowModifizierer und TypMethodeBeschreibungvoid
ProcessingOrder.setWorkflow
(Workflow workflow) Set the workflowvoid
WorkflowOption.setWorkflow
(Workflow workflow) Sets the owning workflow -
Verwendungen von Workflow in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die Workflow zurückgebenModifizierer und TypMethodeBeschreibungWorkflowRepository.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 UUIDMethoden in de.dlr.proseo.model.dao, die Typen mit Argumenten vom Typ Workflow zurückgebenModifizierer und TypMethodeBeschreibungWorkflowRepository.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