Uses of Class
de.dlr.proseo.interfaces.rest.model.RestParameter
Packages that use RestParameter
-
Uses of RestParameter in de.dlr.proseo.interfaces.rest.model
Fields in de.dlr.proseo.interfaces.rest.model with type parameters of type RestParameterModifier and TypeFieldDescriptionprotected List<RestParameter> RestOrder.dynamicProcessingParametersProcessing option settings (for on-demand processing called "WorkflowOptions" in the ICD); these options will be passed to the data processors in the "Dynamic Processing Parameter" section of the Job Order fileprotected List<RestParameter> RestInputFilter.filterConditionsFilter conditions to apply to input products of the given product classprotected List<RestParameter> RestClassOutputParameter.outputParametersSet of parameters to apply to the generated products (may be empty)protected List<RestParameter> RestOrder.outputParametersParameters to set for the generated products (may be empty)protected List<RestParameter> RestProduct.parametersA collection of mission-specific parameters for this objectMethods in de.dlr.proseo.interfaces.rest.model that return types with arguments of type RestParameterModifier and TypeMethodDescriptionRestOrder.getDynamicProcessingParameters()Returns the dynamicProcessingParameters.RestInputFilter.getFilterConditions()Returns the filterConditions.RestClassOutputParameter.getOutputParameters()Returns the outputParameters.RestOrder.getOutputParameters()Returns the outputParameters.IngestorProduct.getParameters()Returns the parameters.RestProduct.getParameters()Returns the parameters.Method parameters in de.dlr.proseo.interfaces.rest.model with type arguments of type RestParameterModifier and TypeMethodDescriptionvoidRestOrder.setDynamicProcessingParameters(List<RestParameter> dynamicProcessingParameters) Set the dynamicProcessingParameters.voidRestInputFilter.setFilterConditions(List<RestParameter> filterConditions) Set the filterConditions.voidRestClassOutputParameter.setOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidRestOrder.setOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidRestProduct.setParameters(List<RestParameter> parameters) Set the parameters.Constructor parameters in de.dlr.proseo.interfaces.rest.model with type arguments of type RestParameterModifierConstructorDescriptionRestClassOutputParameter(String productClass, List<RestParameter> outputParameters) Creates a new RestClassOutputParameter.RestInputFilter(String productClass, List<RestParameter> filterConditions) Creates a new RestInputFilter.