Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

Uses of Class
oracle.reports.plugin.definition.ReportContext

Packages that use ReportContext
oracle.reports.plugin   
oracle.reports.plugin.datasource   
oracle.reports.plugin.definition   
 

Uses of ReportContext in oracle.reports.plugin
 

Methods in oracle.reports.plugin that return ReportContext
 ReportContext PluginFactoryTemplate.getReportContext()
          Returns Report Context which is passed in to setReportContext.
 

Methods in oracle.reports.plugin with parameters of type ReportContext
 void PluginFactoryTemplate.setReportContext(ReportContext pReportContext)
          Passed in ReportContext.
 void PluginFactory.setReportContext(ReportContext reportContext)
           
 

Uses of ReportContext in oracle.reports.plugin.datasource
 

Methods in oracle.reports.plugin.datasource that return ReportContext
 ReportContext PluginDataSourceTemplate.getReportContext()
          Gets the report context which provides environment information.
 

Methods in oracle.reports.plugin.datasource with parameters of type ReportContext
 void PluginDataSourceFactoryTemplate.setReportContext(ReportContext pReportContext)
          Get ReportContext object.
 

Uses of ReportContext in oracle.reports.plugin.definition
 

Methods in oracle.reports.plugin.definition that return ReportContext
 ReportContext Report.getReportContext()
          Returns the context object of the report.
 

Constructors in oracle.reports.plugin.definition with parameters of type ReportContext
Report(oracle.reports.definition.RWReport rwreport, ReportContext reportContext)
          Constructor NOTE: Plugin must never try to create any Reports objects by itself.
 


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.