Class CdaDataFactoryWriteHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.DataFactoryWriteHandler

    public class CdaDataFactoryWriteHandler
    extends Object
    implements org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.DataFactoryWriteHandler
    • Constructor Detail

      • CdaDataFactoryWriteHandler

        public CdaDataFactoryWriteHandler()
    • Method Detail

      • write

        public void write​(org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext reportWriter,
                          org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
                          org.pentaho.reporting.engine.classic.core.DataFactory rawDataFactory)
                   throws IOException,
                          org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException
        Writes a data-source into a XML-stream.
        Specified by:
        write in interface org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.DataFactoryWriteHandler
        Parameters:
        reportWriter - the writer context that holds all factories.
        xmlWriter - the XML writer that will receive the generated XML data.
        rawDataFactory - the data factory that should be written.
        Throws:
        IOException - if any error occured
        org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException - if the data factory cannot be written.