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.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