org.pentaho.reporting.engine.classic.wizard
Class WizardProcessor

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.wizard.WizardProcessor
All Implemented Interfaces:
Serializable, Cloneable, org.pentaho.reporting.engine.classic.core.ReportPreProcessor

public class WizardProcessor
extends Object
implements org.pentaho.reporting.engine.classic.core.ReportPreProcessor

Todo: Document Me

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
WizardProcessor()
           
 
Method Summary
 Object clone()
           
 org.pentaho.reporting.engine.classic.core.MasterReport performPreProcessing(org.pentaho.reporting.engine.classic.core.MasterReport definition, org.pentaho.reporting.engine.classic.core.states.datarow.DefaultFlowController flowController)
           
 org.pentaho.reporting.engine.classic.core.SubReport performPreProcessing(org.pentaho.reporting.engine.classic.core.SubReport definition, org.pentaho.reporting.engine.classic.core.states.datarow.DefaultFlowController flowController)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardProcessor

public WizardProcessor()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface org.pentaho.reporting.engine.classic.core.ReportPreProcessor
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

performPreProcessing

public org.pentaho.reporting.engine.classic.core.MasterReport performPreProcessing(org.pentaho.reporting.engine.classic.core.MasterReport definition,
                                                                                   org.pentaho.reporting.engine.classic.core.states.datarow.DefaultFlowController flowController)
                                                                            throws org.pentaho.reporting.engine.classic.core.ReportProcessingException
Specified by:
performPreProcessing in interface org.pentaho.reporting.engine.classic.core.ReportPreProcessor
Throws:
org.pentaho.reporting.engine.classic.core.ReportProcessingException

performPreProcessing

public org.pentaho.reporting.engine.classic.core.SubReport performPreProcessing(org.pentaho.reporting.engine.classic.core.SubReport definition,
                                                                                org.pentaho.reporting.engine.classic.core.states.datarow.DefaultFlowController flowController)
                                                                         throws org.pentaho.reporting.engine.classic.core.ReportProcessingException
Specified by:
performPreProcessing in interface org.pentaho.reporting.engine.classic.core.ReportPreProcessor
Throws:
org.pentaho.reporting.engine.classic.core.ReportProcessingException