Class ParameterValuesWrapper

  • All Implemented Interfaces:
    ParameterValues

    public class ParameterValuesWrapper
    extends Object
    implements ParameterValues
    A helper class that will wrap the parameter values from one job, one configuration and one request object. The main use is to simplify reading parameter values that may be located at different places. The getValue(String) and getValues(String) methods will first check the request, if no parameter is present the job will be checked and at last the configuration.

    The setValue(String, ParameterType, Object) and setValues(String, ParameterType, List) can be configured to write through to either the job or the configuration.

    Version:
    2.4
    Author:
    nicklas
    Last modified
    $Date: 2019-02-26 11:10:15 +0100 (tis, 26 feb. 2019) $