Uses of Class
org.pentaho.reporting.engine.classic.core.MasterReport

Packages that use MasterReport
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.designtime   
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.gui.base This module provides basic preview capabilities for JFreeReport. 
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing   
org.pentaho.reporting.engine.classic.core.modules.gui.csv An CSV export module. 
org.pentaho.reporting.engine.classic.core.modules.gui.html An HTML export module. 
org.pentaho.reporting.engine.classic.core.modules.gui.pdf An PDF export module. 
org.pentaho.reporting.engine.classic.core.modules.gui.plaintext An plain text export module. 
org.pentaho.reporting.engine.classic.core.modules.gui.print An AWT printing support module. 
org.pentaho.reporting.engine.classic.core.modules.gui.rtf   
org.pentaho.reporting.engine.classic.core.modules.gui.xls An excel export module. 
org.pentaho.reporting.engine.classic.core.modules.misc.bsf   
org.pentaho.reporting.engine.classic.core.modules.output.csv A plain CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base Support for the output targets that are page- and print oriented. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics Graphics2D report generation classes and the G2OutputTarget. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf PDF export classes and the PDF output target. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml   
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.table.csv Layouted CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.rtf RTF file output, using iText (requires at least version 1.1). 
org.pentaho.reporting.engine.classic.core.modules.output.table.xls The Excel output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xml   
org.pentaho.reporting.engine.classic.core.modules.output.xml DEPRECATED The XML output generates a xml representation of the generated output. 
org.pentaho.reporting.engine.classic.core.modules.parser.base Classes for reading XML-based report definitions. 
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter Support for writing MasterReport instances to a character stream in XML format. 
org.pentaho.reporting.engine.classic.core.parameters   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.process   
org.pentaho.reporting.engine.classic.core.wizard   
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return MasterReport
 MasterReport ReportProcessTask.getReport()
          Returns the report that will be executed in this task.
 MasterReport AbstractReportProcessTask.getReport()
          Returns the report that will be executed in this task.
 MasterReport DefaultReportPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 MasterReport ReportPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type MasterReport
 MasterReport DefaultReportPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 MasterReport ReportPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 void ReportProcessTask.setReport(MasterReport report)
          Defines the report that will be executed in this task.
 void AbstractReportProcessTask.setReport(MasterReport report)
          Defines the report that will be executed in this task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.designtime
 

Methods in org.pentaho.reporting.engine.classic.core.designtime that return MasterReport
static MasterReport DesignTimeUtil.getMasterReport(Element element)
           
 

Methods in org.pentaho.reporting.engine.classic.core.designtime with parameters of type MasterReport
static org.pentaho.reporting.libraries.base.util.LinkedMap DesignTimeDataSchemaModel.computeParameterValueSet(MasterReport report)
           
static void DesignTimeUtil.resetDocumentMetaData(MasterReport report)
           
static void DesignTimeUtil.resetTemplate(MasterReport report)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.designtime with parameters of type MasterReport
DesignTimeDataSchemaModel(MasterReport masterReportElement, AbstractReportDefinition report)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.layout.output
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type MasterReport
DefaultProcessingContext(MasterReport report)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base that return MasterReport
 MasterReport ParameterReportControllerPane.getReport()
           
 MasterReport PreviewApplet.getReportJob()
           
 MasterReport PreviewFrame.getReportJob()
           
 MasterReport PreviewDialog.getReportJob()
           
 MasterReport PreviewInternalFrame.getReportJob()
           
 MasterReport PreviewPane.getReportJob()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base with parameters of type MasterReport
 boolean AbstractExportDialog.performQueryForExport(MasterReport reportJob, SwingGuiContext guiContext)
          Opens the dialog to query all necessary input from the user.
static boolean PreviewParametersDialog.process(Window parent, MasterReport masterReport)
           
 void ParameterReportControllerPane.setReport(MasterReport report)
           
 void PreviewApplet.setReportJob(MasterReport reportJob)
           
 void PreviewFrame.setReportJob(MasterReport reportJob)
           
 void PreviewDialog.setReportJob(MasterReport reportJob)
           
 void PreviewInternalFrame.setReportJob(MasterReport reportJob)
           
 void PreviewPane.setReportJob(MasterReport reportJob)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.base with parameters of type MasterReport
PreviewDialog(MasterReport report)
          Creates a non-modal dialog without a title and without a specified Frame owner.
PreviewDialog(MasterReport report, Dialog owner)
          Creates a non-modal dialog without a title with the specified Dialog as its owner.
PreviewDialog(MasterReport report, Dialog owner, boolean modal)
          Creates a modal or non-modal dialog without a title and with the specified owner dialog.
PreviewDialog(MasterReport report, Frame owner)
          Creates a non-modal dialog without a title with the specified Frame as its owner.
PreviewDialog(MasterReport report, Frame owner, boolean modal)
          Creates a modal or non-modal dialog without a title and with the specified owner Frame.
PreviewFrame(MasterReport report)
          Constructs a new frame that is initially invisible.
PreviewInternalFrame(MasterReport report)
          Constructs a new frame that is initially invisible.
PreviewParametersDialog(Dialog parent, MasterReport report)
           
PreviewParametersDialog(Frame parent, MasterReport report)
           
PreviewParametersDialog(MasterReport report)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing that return MasterReport
 MasterReport DefaultGuiContext.getReportJob()
           
abstract  MasterReport AbstractGuiContext.getReportJob()
           
 MasterReport ReportEventSource.getReportJob()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing with parameters of type MasterReport
 boolean ExportActionPlugin.performExport(MasterReport report)
          Exports a report.
 boolean ExportDialog.performQueryForExport(MasterReport reportJob, SwingGuiContext guiContext)
           
 boolean AbstractExportActionPlugin.performShowExportDialog(MasterReport job, String configKey)
          Exports a report.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing with parameters of type MasterReport
DefaultGuiContext(Component parent, MasterReport report)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.csv with parameters of type MasterReport
 boolean CSVDataExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an comma separated values file.
 boolean CSVTableExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an comma separated values file.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.csv with parameters of type MasterReport
CSVDataExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new CSV export task.
CSVTableExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new CSV export task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.html
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.html with parameters of type MasterReport
 boolean HtmlZipExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 boolean HtmlDirExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 boolean HtmlStreamExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.html with parameters of type MasterReport
HtmlDirExportTask(MasterReport report, ReportProgressDialog progressDialog, SwingGuiContext swingGuiContext)
          Creates a new html export task.
HtmlStreamExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new html export task.
HtmlZipExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new html export task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.pdf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.pdf with parameters of type MasterReport
 boolean PdfExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an PDF file.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.pdf with parameters of type MasterReport
PdfExportTask(MasterReport report, ReportProgressDialog progressListener, SwingGuiContext swingGuiContext)
          Creates a new PDF export task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.plaintext
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.plaintext with parameters of type MasterReport
 boolean PlainTextExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.plaintext with parameters of type MasterReport
PlainTextExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new plain text export task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.print
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.print with parameters of type MasterReport
 boolean PrintingPlugin.performExport(MasterReport report)
          Exports a report.
static boolean PrintUtil.print(MasterReport report)
           
static boolean PrintUtil.print(MasterReport report, ReportProgressListener progressListener)
           
static void PrintUtil.printDirectly(MasterReport report)
           
static void PrintUtil.printDirectly(MasterReport report, ReportProgressListener progressListener)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.print with parameters of type MasterReport
PrintExportTask(MasterReport job, ReportProgressDialog progressListener, SwingGuiContext swingGuiContext)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.rtf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.rtf with parameters of type MasterReport
 boolean RTFExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.rtf with parameters of type MasterReport
RTFExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new export task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.gui.xls
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.xls with parameters of type MasterReport
 boolean ExcelExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 boolean XSSFExcelExportPlugin.performExport(MasterReport report)
          Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.xls with parameters of type MasterReport
ExcelExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new export task.
XSSFExcelExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new export task.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.misc.bsf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.bsf that return MasterReport
 MasterReport BSFReportPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.bsf with parameters of type MasterReport
 MasterReport BSFReportPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.csv with parameters of type MasterReport
static void CSVDataReportUtil.createCSV(MasterReport report, OutputStream outputStream, String encoding)
           
static void CSVDataReportUtil.createCSV(MasterReport report, String filename)
          Saves a report to CSV format.
static void CSVDataReportUtil.createCSV(MasterReport report, String filename, String encoding)
          Saves a report to CSV format.
static void CSVDataReportUtil.createCSV(MasterReport report, Writer writer)
          Saves a report to CSV format.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.csv with parameters of type MasterReport
CSVProcessor(MasterReport report)
          Creates a new CSVProcessor.
CSVProcessor(MasterReport report, String separator)
          Creates a new CSVProcessor.
CSVProcessor(MasterReport report, String separator, boolean writeDataRowNames)
          Creates a new CSVProcessor.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base with parameters of type MasterReport
PageableReportProcessor(MasterReport report, PageableOutputProcessor outputProcessor)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics with parameters of type MasterReport
PrintReportProcessor(MasterReport report)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf with parameters of type MasterReport
static boolean PdfReportUtil.createPDF(MasterReport report, File fileName)
          Saves a report to PDF format.
static boolean PdfReportUtil.createPDF(MasterReport report, OutputStream out)
          Saves a report to PDF format.
static boolean PdfReportUtil.createPDF(MasterReport report, String fileName)
          Concates and saves a list of reports to PDF format.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext with parameters of type MasterReport
static void PlainTextReportUtil.createPlainText(MasterReport report, OutputStream outputStream)
           
static void PlainTextReportUtil.createPlainText(MasterReport report, OutputStream outputStream, float charsPerInch, float linesPerInch)
           
static void PlainTextReportUtil.createPlainText(MasterReport report, OutputStream outputStream, float charsPerInch, float linesPerInch, String encoding)
           
static void PlainTextReportUtil.createPlainText(MasterReport report, String filename)
           
static void PlainTextReportUtil.createPlainText(MasterReport report, String filename, float charsPerInch, float linesPerInch)
          Saves a report to plain text format.
static void PlainTextReportUtil.createTextFile(MasterReport report, String filename)
           
static void PlainTextReportUtil.createTextFile(MasterReport report, String filename, float charsPerInch, float linesPerInch)
          Saves a report to plain text format.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml with parameters of type MasterReport
static boolean XmlPageReportUtil.createXml(MasterReport report, File fileName)
          Saves a report to XML format.
static boolean XmlPageReportUtil.createXml(MasterReport report, OutputStream out)
          Saves a report to XML format.
static boolean XmlPageReportUtil.createXml(MasterReport report, String fileName)
          Concates and saves a list of reports to XML format.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type MasterReport
FlowReportProcessor(MasterReport report, OutputProcessor outputProcessor)
           
StreamReportProcessor(MasterReport report, OutputProcessor outputProcessor)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.table.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.csv with parameters of type MasterReport
static void CSVReportUtil.createCSV(MasterReport report, OutputStream outputStream, String encoding)
          Saves a report to CSV format.
static void CSVReportUtil.createCSV(MasterReport report, String filename)
          Saves a report to CSV format.
static void CSVReportUtil.createCSV(MasterReport report, String filename, String encoding)
          Saves a report to CSV format.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html with parameters of type MasterReport
static void HtmlReportUtil.createDirectoryHTML(MasterReport report, String targetFileName)
          Saves a report to HTML.
static void HtmlReportUtil.createDirectoryHTML(MasterReport report, String targetFileName, String dataDirectoryName)
          Saves a report to HTML.
static void HtmlReportUtil.createStreamHTML(MasterReport report, OutputStream outputStream)
           
static void HtmlReportUtil.createStreamHTML(MasterReport report, String filename)
          Saves a report into a single HTML format.
static void HtmlReportUtil.createZIPHTML(MasterReport report, OutputStream out, String filename)
          Saves a report in a ZIP file.
static void HtmlReportUtil.createZIPHTML(MasterReport report, String filename)
          Saves a report in a ZIP file.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf with parameters of type MasterReport
static void RTFReportUtil.createRTF(MasterReport report, OutputStream outputStream)
           
static void RTFReportUtil.createRTF(MasterReport report, String filename)
          Saves a report to rich-text format (RTF).
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.table.xls
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xls with parameters of type MasterReport
static void ExcelReportUtil.createXLS(MasterReport report, OutputStream outputStream)
           
static void ExcelReportUtil.createXLS(MasterReport report, String filename)
          Saves a report to Excel format.
static void ExcelReportUtil.createXLS(MasterReport report, String filename, boolean strict)
          Saves a report to Excel format.
static void ExcelReportUtil.createXLSX(MasterReport report, OutputStream outputStream)
           
static void ExcelReportUtil.createXLSX(MasterReport report, String filename)
          Saves a report to Excel format.
static void ExcelReportUtil.createXLSX(MasterReport report, String filename, boolean strict)
          Saves a report to Excel format.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.table.xml
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xml with parameters of type MasterReport
static void XmlTableReportUtil.createFlowXML(MasterReport report, OutputStream outputStream)
           
static void XmlTableReportUtil.createStreamXML(MasterReport report, OutputStream outputStream)
           
static void XmlTableReportUtil.createStreamXML(MasterReport report, String filename)
          Saves a report into a single XML file.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.output.xml
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.xml with parameters of type MasterReport
XMLProcessor(MasterReport report)
          Deprecated. Creates a new XMLProcessor.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.parser.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.base that return MasterReport
 MasterReport ReportGenerator.parseReport(File file)
          Deprecated. Parses an XML file which is loaded using the given file.
 MasterReport ReportGenerator.parseReport(InputSource input, URL contentBase)
          Deprecated. Parses the report from a given SAX-InputSource.
 MasterReport ReportGenerator.parseReport(org.pentaho.reporting.libraries.resourceloader.ResourceManager manager, org.pentaho.reporting.libraries.resourceloader.ResourceKey input, org.pentaho.reporting.libraries.resourceloader.ResourceKey contextKey)
          Deprecated. Parses the report using the provided resource manager.
 MasterReport ReportGenerator.parseReport(String file)
          Deprecated. Parses a report using the given parameter as filename and the directory containing the file as content base.
 MasterReport ReportGenerator.parseReport(URL file)
          Deprecated. Parses an XML file which is loaded using the given URL.
 MasterReport ReportGenerator.parseReport(URL file, URL contentBase)
          Deprecated. Parses an XML file which is loaded using the given URL.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer that return MasterReport
 MasterReport BundleWriterState.getMasterReport()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer with parameters of type MasterReport
static boolean ResourceWriter.isEmbeddedKey(MasterReport report, org.pentaho.reporting.libraries.resourceloader.ResourceKey resourceKey)
           
 void BundleWriter.writeReport(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, MasterReport report)
           
 void BundleWriter.writeReport(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, MasterReport report, org.pentaho.reporting.libraries.docbundle.DocumentBundle globalBundle)
           
static void BundleWriter.writeReportToDirectory(MasterReport report, File file)
           
static void BundleWriter.writeReportToZipFile(MasterReport report, File file)
           
static void BundleWriter.writeReportToZipStream(MasterReport report, OutputStream out)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer with parameters of type MasterReport
BundleWriterState(MasterReport masterReport, org.pentaho.reporting.libraries.docbundle.DocumentBundle globalBundle, BundleWriter writer)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type MasterReport
static org.pentaho.reporting.libraries.base.config.Configuration ReportWriter.createDefaultConfiguration(MasterReport report)
          Builds a default configuration from a given report definition object.
 void ReportConverter.write(MasterReport report, Writer w, URL contentBase, String encoding)
          Writes a report in the new XML format.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type MasterReport
ReportWriter(MasterReport reportDefinition, String encoding)
           
ReportWriter(MasterReport report, String encoding, org.pentaho.reporting.libraries.base.config.Configuration config)
          Creates a new report writer for a report.
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.parameters
 

Methods in org.pentaho.reporting.engine.classic.core.parameters with parameters of type MasterReport
static ReportParameterValues ParameterUtils.initializeDefaultValues(MasterReport report, ParameterContext context)
          Deprecated.  
 

Constructors in org.pentaho.reporting.engine.classic.core.parameters with parameters of type MasterReport
DefaultParameterContext(MasterReport report)
           
DefaultParameterContext(MasterReport report, ReportParameterValues parameterValues)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type MasterReport
static ReportParameterValues StateUtilities.computeParameterValueSet(MasterReport report)
          Computes the parameter value set for a given report.
static ReportParameterValues StateUtilities.computeParameterValueSet(MasterReport report, ReportParameterValues parameterValues)
           
static ValidationResult StateUtilities.validate(MasterReport report, ValidationResult result)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.states.process
 

Methods in org.pentaho.reporting.engine.classic.core.states.process with parameters of type MasterReport
 void ProcessState.initializeForMasterReport(MasterReport report, ProcessingContext processingContext, InitialLayoutProcess layoutProcess)
           
 

Uses of MasterReport in org.pentaho.reporting.engine.classic.core.wizard
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return MasterReport
 MasterReport RelationalAutoGeneratorPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 MasterReport AggregateFieldPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type MasterReport
static org.pentaho.reporting.libraries.base.util.LinkedMap DefaultDataSchemaModel.computeParameterValueSet(MasterReport report)
          Deprecated.  
 MasterReport RelationalAutoGeneratorPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 MasterReport AggregateFieldPreProcessor.performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.wizard with parameters of type MasterReport
DefaultDataSchemaModel(MasterReport masterReportElement, AbstractReportDefinition report)
          Deprecated.