Uses of Class
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext

Packages that use ReportWriterContext
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.modules.parser.extwriter.compounddata   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.inlinedata   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.sql   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.staticdata   
 

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

Subclasses of ReportWriterContext in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
 class ReportWriter
          A report writer.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type ReportWriterContext
 void DataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type ReportWriterContext
DataFactoryWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
           
DataSourceWriter(ReportWriterContext reportWriter, DataSource baseObject, ObjectDescription objectDescription, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indent)
          Creates a new writer.
FunctionsWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indentLevel)
          Creates a new writer.
ObjectWriter(ReportWriterContext reportWriter, ObjectDescription objectDescription, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indentLevel)
          Creates a new object writer for the given object description.
ObjectWriter(ReportWriterContext reportWriter, Object baseObject, ObjectDescription objectDescription, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indentLevel)
          Creates a new writer.
ParserConfigWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
          Creates a new writer.
ReportConfigWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
          A report configuration writer.
ReportDefinitionWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
          Creates a new writer.
ReportDescriptionWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indent)
          Creates a new report description writer.
ReportWriterContext(AbstractReportDefinition reportDefinition, ReportWriterContext parent)
           
StylesWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
          Creates a new styles writer.
StyleWriter(ReportWriterContext reportWriter, ElementStyleSheet elementStyleSheet, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer)
          Creates a new writer.
SubReportDefinitionWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
           
TemplateWriter(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indentLevel, TemplateDescription template, TemplateDescription parent)
          Creates a new template writer.
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.compounddata with parameters of type ReportWriterContext
 void CompoundDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.inlinedata with parameters of type ReportWriterContext
 void TableDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.sql with parameters of type ReportWriterContext
 void JndiConnectionProviderWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 void ConnectionProviderWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 void DriverConnectionProviderWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 void SQLDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 void DirectSQLDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.staticdata with parameters of type ReportWriterContext
 void DirectStaticDataFactoryWriterHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 void StaticDataFactoryWriterHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.