Oracle Reports
Java API Reference
10g (9.0.4)
B12019-01

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

Packages that use ReportContext
oracle.reports.plugin Provides the API of the generic Reports Plugin component. 
oracle.reports.plugin.datasource Provides the API of the Reports Plugin Data Source, which is a subclass of the generic Reports Plugin component. 
oracle.reports.plugin.definition Provides Java classes representing Report context and Reports objects for the Plugin to access Reports environment information, such as command line parameters, locale, and Reports objects in the same report. 

 

Uses of ReportContext in oracle.reports.plugin

 

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

 

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

 

Uses of ReportContext in oracle.reports.plugin.datasource

 

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

 

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

 

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.

 


Oracle Reports
Java API Reference

Copyright © 2003 Oracle Corporation. All Rights Reserved.