Verwendungen von Klasse
de.dlr.proseo.model.SimpleSelectionRule
Packages, die SimpleSelectionRule 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
The de.dlr.proseo.model.util package contains utility classes to assist the handling of the persistent state
of prosEO, the Processing System for Earth Observation Data
-
Verwendungen von SimpleSelectionRule in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die SimpleSelectionRule zurückgebenModifizierer und TypMethodeBeschreibungProductQuery.getGeneratingRule()
Gets the selection rule that generated this product querySimpleSelectionRule.merge
(SimpleSelectionRule anotherSimpleSelectionRule) Merge two simple rules creating a new simple ruleMethoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ SimpleSelectionRule zurückgebenModifizierer und TypMethodeBeschreibungProductClass.getRequiredSelectionRules()
Gets the set of required selection rulesProductClass.getSupportedSelectionRules()
Gets the set of supported selection rulesMethoden in de.dlr.proseo.model mit Parametern vom Typ SimpleSelectionRuleModifizierer und TypMethodeBeschreibungstatic ProductQuery
ProductQuery.fromSimpleSelectionRule
(SimpleSelectionRule selectionRule, JobStep jobStep, Map<String, String> productColumnMapping, String facilityQuerySql, String facilityQuerySqlSubselect) Create a product query from a simple selection rule for a given job stepSimpleSelectionRule.merge
(SimpleSelectionRule anotherSimpleSelectionRule) Merge two simple rules creating a new simple rulevoid
ProductQuery.setGeneratingRule
(SimpleSelectionRule generatingRule) Sets the selection rule that generated this product queryMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ SimpleSelectionRuleModifizierer und TypMethodeBeschreibungvoid
ProductClass.setRequiredSelectionRules
(Set<SimpleSelectionRule> requiredSelectionRules) Gets the set of required selection rulesvoid
ProductClass.setSupportedSelectionRules
(Set<SimpleSelectionRule> supportedSelectionRules) Sets the set of supported selection rules -
Verwendungen von SimpleSelectionRule in de.dlr.proseo.model.util
Methoden in de.dlr.proseo.model.util, die Typen mit Argumenten vom Typ SimpleSelectionRule zurückgebenModifizierer und TypMethodeBeschreibungSelectionRule.getSimpleRules()
Gets all simple selection rules contained in the selection ruleMethodenparameter in de.dlr.proseo.model.util mit Typargumenten vom Typ SimpleSelectionRuleModifizierer und TypMethodeBeschreibungvoid
SelectionRule.addSimpleRules
(Collection<SimpleSelectionRule> newSimpleRules) Adds a collection of simple selection rules to this rulevoid
SelectionRule.setSimpleRules
(Collection<SimpleSelectionRule> simpleRules) Sets the collection of simple selection rules for this rule