Uses of Class
de.dlr.proseo.model.ConfiguredProcessor
Packages that use ConfiguredProcessor
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 ConfiguredProcessor in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return ConfiguredProcessorModifier and TypeMethodDescriptionProduct.getConfiguredProcessor()Gets the configured processor that generated this productWorkflow.getConfiguredProcessor()Gets the configured processor for this workflowMethods in de.dlr.proseo.model that return types with arguments of type ConfiguredProcessorModifier and TypeMethodDescriptionConfiguration.getConfiguredProcessors()Gets the associated configured processorsProcessor.getConfiguredProcessors()Gets the associated processor configurationsSimpleSelectionRule.getConfiguredProcessors()Gets the applicable processor configurationsProcessingOrder.getRequestedConfiguredProcessors()Gets the requested configured processorsMethods in de.dlr.proseo.model with parameters of type ConfiguredProcessorModifier and TypeMethodDescriptionvoidProduct.setConfiguredProcessor(ConfiguredProcessor configuredProcessor) Sets the configured processor that generated this productvoidWorkflow.setConfiguredProcessor(ConfiguredProcessor configuredProcessor) Sets the configured processor for this workflowMethod parameters in de.dlr.proseo.model with type arguments of type ConfiguredProcessorModifier and TypeMethodDescriptionvoidConfiguration.setConfiguredProcessors(Set<ConfiguredProcessor> configuredProcessors) Sets the associated configured processorsvoidProcessor.setConfiguredProcessors(Set<ConfiguredProcessor> configuredProcessors) Sets the associated processor configurationsvoidSimpleSelectionRule.setConfiguredProcessors(Set<ConfiguredProcessor> configuredProcessors) Sets the applicable processor configurationsvoidProcessingOrder.setRequestedConfiguredProcessors(Set<ConfiguredProcessor> requestedConfiguredProcessors) Sets the requested configured processors -
Uses of ConfiguredProcessor in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return ConfiguredProcessorModifier and TypeMethodDescriptionConfiguredProcessorRepository.findByMissionCodeAndIdentifier(String missionCode, String identifier) Get the configured processor associated with the given mission code and identifierConfiguredProcessorRepository.findByUuid(UUID uuid) Get the configured processor associated with the given UUID