Verwendungen von Klasse
de.dlr.proseo.model.ConfiguredProcessor
Packages, die ConfiguredProcessor 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 ConfiguredProcessor in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die ConfiguredProcessor zurückgebenModifizierer und TypMethodeBeschreibungProduct.getConfiguredProcessor()
Gets the configured processor that generated this productWorkflow.getConfiguredProcessor()
Gets the configured processor for this workflowMethoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ ConfiguredProcessor zurückgebenModifizierer und TypMethodeBeschreibungConfiguration.getConfiguredProcessors()
Gets the associated configured processorsProcessor.getConfiguredProcessors()
Gets the associated processor configurationsSimpleSelectionRule.getConfiguredProcessors()
Gets the applicable processor configurationsProcessingOrder.getRequestedConfiguredProcessors()
Gets the requested configured processorsMethoden in de.dlr.proseo.model mit Parametern vom Typ ConfiguredProcessorModifizierer und TypMethodeBeschreibungvoid
Product.setConfiguredProcessor
(ConfiguredProcessor configuredProcessor) Sets the configured processor that generated this productvoid
Workflow.setConfiguredProcessor
(ConfiguredProcessor configuredProcessor) Sets the configured processor for this workflowMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ ConfiguredProcessorModifizierer und TypMethodeBeschreibungvoid
Configuration.setConfiguredProcessors
(Set<ConfiguredProcessor> configuredProcessors) Sets the associated configured processorsvoid
Processor.setConfiguredProcessors
(Set<ConfiguredProcessor> configuredProcessors) Sets the associated processor configurationsvoid
SimpleSelectionRule.setConfiguredProcessors
(Set<ConfiguredProcessor> configuredProcessors) Sets the applicable processor configurationsvoid
ProcessingOrder.setRequestedConfiguredProcessors
(Set<ConfiguredProcessor> requestedConfiguredProcessors) Sets the requested configured processors -
Verwendungen von ConfiguredProcessor in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die ConfiguredProcessor zurückgebenModifizierer und TypMethodeBeschreibungConfiguredProcessorRepository.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