Uses of Class
de.dlr.proseo.procmgr.rest.model.RestParameter
Packages that use RestParameter
Package
Description
Utility classes for the prosEO Processor Manager component
-
Uses of RestParameter in de.dlr.proseo.procmgr.rest.model
Fields in de.dlr.proseo.procmgr.rest.model with type parameters of type RestParameterModifier and TypeFieldDescriptionprotected List<RestParameter> RestConfiguration.dynProcParametersDynamic processing parameters, the values denoting default values, which may be changed by the Job Order File generatorprotected 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> RestWorkflow.outputParametersParameters to set for the generated products (may be empty)Methods in de.dlr.proseo.procmgr.rest.model that return types with arguments of type RestParameterModifier and TypeMethodDescription@NotNull @Valid List<RestParameter> RestConfiguration.getDynProcParameters()Returns the dynProcParameters.@NotNull @Valid List<RestParameter> RestInputFilter.getFilterConditions()Returns the filterConditions.@NotNull @Valid List<RestParameter> RestClassOutputParameter.getOutputParameters()Returns the outputParameters.@NotNull @Valid List<RestParameter> RestWorkflow.getOutputParameters()Returns the outputParameters.Method parameters in de.dlr.proseo.procmgr.rest.model with type arguments of type RestParameterModifier and TypeMethodDescriptionvoidRestConfiguration.setDynProcParameters(List<RestParameter> dynProcParameters) Set the dynProcParameters.voidRestInputFilter.setFilterConditions(List<RestParameter> filterConditions) Set the filterConditions.voidRestClassOutputParameter.setOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidRestWorkflow.setOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.Constructor parameters in de.dlr.proseo.procmgr.rest.model with type arguments of type RestParameterModifierConstructorDescriptionRestClassOutputParameter(String productClass, List<RestParameter> outputParameters) Creates a new RestClassOutputParameter.RestConfiguration(Long id, Long version, String missionCode, String processorName, String configurationVersion, String mode, List<RestParameter> dynProcParameters, String productQuality, List<RestConfigurationFile> configurationFiles, List<RestConfigurationInputFile> staticInputFiles, List<String> configuredProcessors, List<RestStringParameter> dockerRunParameters) Creates a new RestConfiguration.RestInputFilter(String productClass, List<RestParameter> filterConditions) Creates a new RestInputFilter.