Uses of Class
de.dlr.proseo.model.Mission
Packages that use Mission
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 Mission in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return MissionModifier and TypeMethodDescriptionMonProductProduction.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 toMethods in de.dlr.proseo.model with parameters of type MissionModifier and TypeMethodDescriptionvoidMonProductProduction.setMission(Mission mission) voidProcessingOrder.setMission(Mission mission) Sets the owning missionvoidProcessorClass.setMission(Mission mission) Sets the mission this processor class belongs tovoidProductClass.setMission(Mission mission) Sets the mission this product class belongs tovoidSpacecraft.setMission(Mission mission) Sets the mission of this spacecraftvoidWorkflow.setMission(Mission mission) Sets the mission this workflow belongs to -
Uses of Mission in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return MissionModifier and TypeMethodDescriptionMissionRepository.findByCode(String missionCode) Get the mission with the given code