Uses of Class
de.dlr.proseo.model.SimpleSelectionRule
Packages that use SimpleSelectionRule
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
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
-
Uses of SimpleSelectionRule in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return SimpleSelectionRuleModifier and TypeMethodDescriptionProductQuery.getGeneratingRule()Gets the selection rule that generated this product querySimpleSelectionRule.merge(SimpleSelectionRule anotherSimpleSelectionRule) Merge two simple rules creating a new simple ruleMethods in de.dlr.proseo.model that return types with arguments of type SimpleSelectionRuleModifier and TypeMethodDescriptionProductClass.getRequiredSelectionRules()Gets the set of required selection rulesProductClass.getSupportedSelectionRules()Gets the set of supported selection rulesMethods in de.dlr.proseo.model with parameters of type SimpleSelectionRuleModifier and TypeMethodDescriptionstatic ProductQueryProductQuery.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 rulevoidProductQuery.setGeneratingRule(SimpleSelectionRule generatingRule) Sets the selection rule that generated this product queryMethod parameters in de.dlr.proseo.model with type arguments of type SimpleSelectionRuleModifier and TypeMethodDescriptionvoidProductClass.setRequiredSelectionRules(Set<SimpleSelectionRule> requiredSelectionRules) Gets the set of required selection rulesvoidProductClass.setSupportedSelectionRules(Set<SimpleSelectionRule> supportedSelectionRules) Sets the set of supported selection rules -
Uses of SimpleSelectionRule in de.dlr.proseo.model.util
Methods in de.dlr.proseo.model.util that return types with arguments of type SimpleSelectionRuleModifier and TypeMethodDescriptionSelectionRule.getSimpleRules()Gets all simple selection rules contained in the selection ruleMethod parameters in de.dlr.proseo.model.util with type arguments of type SimpleSelectionRuleModifier and TypeMethodDescriptionvoidSelectionRule.addSimpleRules(Collection<SimpleSelectionRule> newSimpleRules) Adds a collection of simple selection rules to this rulevoidSelectionRule.setSimpleRules(Collection<SimpleSelectionRule> simpleRules) Sets the collection of simple selection rules for this rule