org.pentaho.reporting.engine.classic.core.parameters
Class ParameterUtils

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.parameters.ParameterUtils

Deprecated.

public class ParameterUtils
extends Object

Todo: Document me!

Author:
Thomas Morgner

Method Summary
static ReportParameterValues initializeDefaultValues(MasterReport report, ParameterContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initializeDefaultValues

public static ReportParameterValues initializeDefaultValues(MasterReport report,
                                                            ParameterContext context)
                                                     throws ReportDataFactoryException
Deprecated. 

Enriches the parameter values with computed default values. Warning: This is a dangerous thing as this may use untrusted input for the default value computation.

Parameters:
report -
context -
Returns:
Throws:
ReportDataFactoryException