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

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

Packages that use Parameter
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 Parameter in oracle.reports.plugin.datasource

 

Fields in oracle.reports.plugin.datasource declared as Parameter
protected  Parameter PluginDataSourceTemplate.mSignOnParameter
           

 

Methods in oracle.reports.plugin.datasource that return Parameter
 Parameter PluginDataSourceTemplate.getSignOnParameter()
          Returns the Sign-on Parameter of this Plugin Data Source.

 

Methods in oracle.reports.plugin.datasource with parameters of type Parameter
 void PluginDataSourceFactory.raiseConnectDialog(Parameter signOnParam)
          Raises the Connect dialog box with the passed in Sign-on Parameter.
 void PluginDataSourceTemplate.setSignOnParameter(Parameter signOnParam)
          Sets the Sign-on Parameter of this Plugin Data Source whenever it is set or changed in the Reports Property Inspector.
 void PluginDataSource.setSignOnParameter(Parameter signOnParam)
          Sets the Sign-on Parameter of this Plugin Data Source.
 void PluginDataSourceFactoryTemplate.raiseConnectDialog(Parameter signOnParam)
          The Template Data Source does not support the Sign-on Parameter.

 

Uses of Parameter in oracle.reports.plugin.definition

 

Methods in oracle.reports.plugin.definition that return Parameter
 Parameter[] DataSource.getSignOnParametersOfSamePluginType()
          Returns the list of all Sign-on Parameters assigned to the same type of Plugin Data Sources.

 


Oracle Reports
Java API Reference

Copyright © 2003 Oracle Corporation. All Rights Reserved.