Uses of Class
de.dlr.proseo.model.Configuration
Packages that use Configuration
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 Configuration in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return ConfigurationModifier and TypeMethodDescriptionConfiguredProcessor.getConfiguration()Gets the associated processor configurationMethods in de.dlr.proseo.model with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfiguredProcessor.setConfiguration(Configuration configuration) Sets the associated processor configuration -
Uses of Configuration in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return ConfigurationModifier and TypeMethodDescriptionConfigurationRepository.findByMissionCodeAndProcessorNameAndConfigurationVersion(String mission, String processorName, String configurationVersion) Get the configuration with the given mission, class name and version