Class WizardSpecificationWriteHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterHandler

    public class WizardSpecificationWriteHandler
    extends Object
    implements org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterHandler
    • Constructor Detail

      • WizardSpecificationWriteHandler

        public WizardSpecificationWriteHandler()
    • Method Detail

      • getProcessingOrder

        public int getProcessingOrder()
        Returns a relatively high processing order indicating this BundleWriterHandler should be one of the last processed
        Specified by:
        getProcessingOrder in interface org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterHandler
        Returns:
        the relative processing order for this BundleWriterHandler
      • writeReport

        public String writeReport​(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle,
                                  org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterState state)
                           throws IOException,
                                  org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException
        Specified by:
        writeReport in interface org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterHandler
        Throws:
        IOException
        org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException