org.pentaho.reporting.engine.classic.core
Class DefaultReportPreProcessor
java.lang.Object
org.pentaho.reporting.engine.classic.core.DefaultReportPreProcessor
- All Implemented Interfaces:
- Serializable, Cloneable, ReportPreProcessor
public class DefaultReportPreProcessor
- extends Object
- implements ReportPreProcessor
An empty implementation that returns the report unchanged.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
DefaultReportPreProcessor
public DefaultReportPreProcessor()
clone
public Object clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface ReportPreProcessor
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
performPreProcessing
public MasterReport performPreProcessing(MasterReport definition,
DefaultFlowController flowController)
throws ReportProcessingException
- Specified by:
performPreProcessing
in interface ReportPreProcessor
- Throws:
ReportProcessingException
performPreProcessing
public SubReport performPreProcessing(SubReport definition,
DefaultFlowController flowController)
throws ReportProcessingException
- Specified by:
performPreProcessing
in interface ReportPreProcessor
- Throws:
ReportProcessingException