Uses of Class
de.dlr.proseo.model.Parameter
Packages that use Parameter
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
-
Uses of Parameter in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return ParameterModifier and TypeMethodDescriptionParameter.init(ParameterType parameterType, Serializable parameterValue) Initializer with type and value (values of type Short and Float are converted to Integer and Double, respectively)Methods in de.dlr.proseo.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionProcessingOrder.getDynamicProcessingParameters()Gets the dynamic processing parameters to be set for the Job Orders in this orderConfiguration.getDynProcParameters()Gets the dynamic processing parametersInputFilter.getFilterConditions()Gets the filter conditionsProductQuery.getFilterConditions()Gets the additional filtering conditionsSimpleSelectionRule.getFilterConditions()Gets the additional filtering conditionsClassOutputParameter.getOutputParameters()JobStep.getOutputParameters()Gets the output parametersProcessingOrder.getOutputParameters()Gets the output parametersProcessingOrder.getOutputParameters(ProductClass productClass) Gets the output parameters for a specific product class (class-specific, if available, general otherwise)Workflow.getOutputParameters()Gets the output parametersProduct.getParameters()Gets the product parametersMethod parameters in de.dlr.proseo.model with type arguments of type ParameterModifier and TypeMethodDescriptionSimpleSelectionRule.asJpqlQuery(Instant startTime, Instant stopTime, Map<String, Parameter> additionalFilterConditions) Format this rule as a JPQL (Java Persistence Query Language) query.SimplePolicy.asJpqlQueryCondition(ProductClass sourceProductClass, Instant startTime, Instant stopTime, Map<String, Parameter> filterConditions) Format this policy as a query condition in JPQL (Java Persistence Query Language).SimpleSelectionRule.asSqlQuery(Instant startTime, Instant stopTime, Map<String, Parameter> additionalFilterConditions, Map<String, String> productColumnMapping, String facilityQuerySql, String facilityQuerySqlSubselect) Format this rule as a native SQL query.SimplePolicy.asSqlQueryCondition(ProductClass sourceProductClass, Instant startTime, Instant stopTime, Map<String, Parameter> filterConditions, Map<String, String> productColumnMapping, String facilityQuerySqlSubselect) Format this policy as a query condition in native SQL.voidProcessingOrder.setDynamicProcessingParameters(Map<String, Parameter> dynamicProcessingParameters) Sets the dynamic processing parameters to be set for the Job Orders in this ordervoidConfiguration.setDynProcParameters(Map<String, Parameter> dynProcParameters) Sets the dynamic processing parametersvoidInputFilter.setFilterConditions(Map<String, Parameter> filterConditions) voidProductQuery.setFilterConditions(Map<String, Parameter> filterConditions) Sets the additional filtering conditionsvoidSimpleSelectionRule.setFilterConditions(Map<String, Parameter> filterConditions) Sets the additional filtering conditionsvoidClassOutputParameter.setOutputParameters(Map<String, Parameter> outputParameters) voidJobStep.setOutputParameters(Map<String, Parameter> outputParameters) Sets the output parametersvoidProcessingOrder.setOutputParameters(Map<String, Parameter> outputParameters) Sets the output parametersvoidWorkflow.setOutputParameters(Map<String, Parameter> outputParameters) Sets the output parametersvoidProduct.setParameters(Map<String, Parameter> parameters) Sets the product parameters