Verwendungen von Klasse
de.dlr.proseo.model.Parameter
Packages, die Parameter 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
-
Verwendungen von Parameter in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die Parameter zurückgebenModifizierer und TypMethodeBeschreibungParameter.init
(ParameterType parameterType, Serializable parameterValue) Initializer with type and value (values of type Short and Float are converted to Integer and Double, respectively)Methoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ Parameter zurückgebenModifizierer und TypMethodeBeschreibungProcessingOrder.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 parametersMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ ParameterModifizierer und TypMethodeBeschreibungSimpleSelectionRule.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.void
ProcessingOrder.setDynamicProcessingParameters
(Map<String, Parameter> dynamicProcessingParameters) Sets the dynamic processing parameters to be set for the Job Orders in this ordervoid
Configuration.setDynProcParameters
(Map<String, Parameter> dynProcParameters) Sets the dynamic processing parametersvoid
InputFilter.setFilterConditions
(Map<String, Parameter> filterConditions) void
ProductQuery.setFilterConditions
(Map<String, Parameter> filterConditions) Sets the additional filtering conditionsvoid
SimpleSelectionRule.setFilterConditions
(Map<String, Parameter> filterConditions) Sets the additional filtering conditionsvoid
ClassOutputParameter.setOutputParameters
(Map<String, Parameter> outputParameters) void
JobStep.setOutputParameters
(Map<String, Parameter> outputParameters) Sets the output parametersvoid
ProcessingOrder.setOutputParameters
(Map<String, Parameter> outputParameters) Sets the output parametersvoid
Workflow.setOutputParameters
(Map<String, Parameter> outputParameters) Sets the output parametersvoid
Product.setParameters
(Map<String, Parameter> parameters) Sets the product parameters