Verwendungen von Klasse
de.dlr.proseo.interfaces.rest.model.RestParameter
Packages, die RestParameter verwenden
-
Verwendungen von RestParameter in de.dlr.proseo.interfaces.rest.model
Felder in de.dlr.proseo.interfaces.rest.model mit Typparametern vom Typ RestParameterModifizierer und TypFeldBeschreibungprotected List
<RestParameter> RestOrder.dynamicProcessingParameters
Processing 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.filterConditions
Filter conditions to apply to input products of the given product classprotected List
<RestParameter> RestClassOutputParameter.outputParameters
Set of parameters to apply to the generated products (may be empty)protected List
<RestParameter> RestOrder.outputParameters
Parameters to set for the generated products (may be empty)protected List
<RestParameter> RestProduct.parameters
A collection of mission-specific parameters for this objectMethoden in de.dlr.proseo.interfaces.rest.model, die Typen mit Argumenten vom Typ RestParameter zurückgebenModifizierer und TypMethodeBeschreibung@Valid List
<RestParameter> RestOrder.getDynamicProcessingParameters()
Returns the dynamicProcessingParameters.@NotNull @Valid List
<RestParameter> RestInputFilter.getFilterConditions()
Returns the filterConditions.@NotNull @Valid List
<RestParameter> RestClassOutputParameter.getOutputParameters()
Returns the outputParameters.@NotNull @Valid List
<RestParameter> RestOrder.getOutputParameters()
Returns the outputParameters.@NotNull List
<RestParameter> IngestorProduct.getParameters()
Returns the parameters.@NotNull @Valid List
<RestParameter> RestProduct.getParameters()
Returns the parameters.Methodenparameter in de.dlr.proseo.interfaces.rest.model mit Typargumenten vom Typ RestParameterModifizierer und TypMethodeBeschreibungvoid
RestOrder.setDynamicProcessingParameters
(List<RestParameter> dynamicProcessingParameters) Set the dynamicProcessingParameters.void
RestInputFilter.setFilterConditions
(List<RestParameter> filterConditions) Set the filterConditions.void
RestClassOutputParameter.setOutputParameters
(List<RestParameter> outputParameters) Set the outputParameters.void
RestOrder.setOutputParameters
(List<RestParameter> outputParameters) Set the outputParameters.void
RestProduct.setParameters
(List<RestParameter> parameters) Set the parameters.Konstruktorparameter in de.dlr.proseo.interfaces.rest.model mit Typargumenten vom Typ RestParameterModifiziererKonstruktorBeschreibungRestClassOutputParameter
(String productClass, List<RestParameter> outputParameters) Creates a new RestClassOutputParameter.RestInputFilter
(String productClass, List<RestParameter> filterConditions) Creates a new RestInputFilter.