Verwendungen von Klasse
de.dlr.proseo.model.Mission
Packages, die Mission 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 Mission in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die Mission zurückgebenModifizierer und TypMethodeBeschreibungMonProductProduction.getMission()
ProcessingOrder.getMission()
Gets the owning missionProcessorClass.getMission()
Gets the mission this processor class belongs toProductClass.getMission()
Gets the mission this product class belongs toSpacecraft.getMission()
Gets the mission of this spacecraftWorkflow.getMission()
Gets the mission this workflow belongs toMethoden in de.dlr.proseo.model mit Parametern vom Typ MissionModifizierer und TypMethodeBeschreibungvoid
MonProductProduction.setMission
(Mission mission) void
ProcessingOrder.setMission
(Mission mission) Sets the owning missionvoid
ProcessorClass.setMission
(Mission mission) Sets the mission this processor class belongs tovoid
ProductClass.setMission
(Mission mission) Sets the mission this product class belongs tovoid
Spacecraft.setMission
(Mission mission) Sets the mission of this spacecraftvoid
Workflow.setMission
(Mission mission) Sets the mission this workflow belongs to -
Verwendungen von Mission in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die Mission zurückgebenModifizierer und TypMethodeBeschreibungMissionRepository.findByCode
(String missionCode) Get the mission with the given code