Uses of Class
de.dlr.proseo.prodclmgr.rest.model.RestParameter
Packages that use RestParameter
Package
Description
Utility classes for the prosEO Product Class Manager component
-
Uses of RestParameter in de.dlr.proseo.prodclmgr.rest.model
Fields in de.dlr.proseo.prodclmgr.rest.model with type parameters of type RestParameterModifier and TypeFieldDescriptionprotected List<RestParameter> RestSimpleSelectionRule.filterConditionsParameter values to filter the selected products (triple of parameter key, parameter type and parameter value); checked against product parameter values by equality.Methods in de.dlr.proseo.prodclmgr.rest.model that return types with arguments of type RestParameterModifier and TypeMethodDescription@NotNull @Valid List<RestParameter> RestSimpleSelectionRule.getFilterConditions()Returns the filterConditions.Method parameters in de.dlr.proseo.prodclmgr.rest.model with type arguments of type RestParameterModifier and TypeMethodDescriptionvoidRestSimpleSelectionRule.setFilterConditions(List<RestParameter> filterConditions) Set the filterConditions.Constructor parameters in de.dlr.proseo.prodclmgr.rest.model with type arguments of type RestParameterModifierConstructorDescriptionRestSimpleSelectionRule(Long id, Long version, String mode, Boolean isMandatory, Short minimumCoverage, List<RestParameter> filterConditions, String targetProductClass, String sourceProductClass, List<String> configuredProcessors, List<RestSimplePolicy> simplePolicies, String ruleString) Creates a new RestSimpleSelectionRule.