Uses of Class
de.dlr.proseo.model.ProductQuery
Packages that use ProductQuery
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.
The de.dlr.proseo.model.service package contains all classes providing services for the use of the model classes
of prosEO, the Processing System for Earth Observation Data
-
Uses of ProductQuery in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return ProductQueryModifier 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 stepMethods in de.dlr.proseo.model that return types with arguments of type ProductQueryModifier and TypeMethodDescriptionJobStep.getInputProductQueries()Gets the product queries for the input productsProduct.getSatisfiedProductQueries()Gets the set of satisfied product queriesMethod parameters in de.dlr.proseo.model with type arguments of type ProductQueryModifier and TypeMethodDescriptionvoidJobStep.setInputProductQueries(Set<ProductQuery> inputProductQueries) Sets the product queries for the input productsvoidProduct.setSatisfiedProductQueries(Set<ProductQuery> satisfiedProductQueries) Sets the set of satisfied product queries -
Uses of ProductQuery in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return types with arguments of type ProductQueryModifier and TypeMethodDescriptionProductQueryRepository.findUnsatisfiedByProductClass(long productClassId) Get all unsatisfied product queries for a given product class -
Uses of ProductQuery in de.dlr.proseo.model.service
Methods in de.dlr.proseo.model.service with parameters of type ProductQueryModifier and TypeMethodDescriptionbooleanProductQueryService.executeQuery(ProductQuery productQuery, boolean checkOnly) Execute the query of the given product query and check additional conditions (e. g. selection time interval coverage).