Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01
A B C D E F G H I J L M N O P R S T U W

S

saveToXML() - Method in class oracle.reports.plugin.datasource.PluginDataSourceTemplate
Return the static definition to be saved with report.
saveToXML() - Method in interface oracle.reports.plugin.Plugin
Returns text definition (usually in XML) of the plugin.
Security - Interface in oracle.reports.server
The interface for reports server security.
send() - Method in class oracle.reports.server.Destination
Sends the output to a specified DESTYPE and DESNAME.
sendFile(boolean, String, short, long) - Method in class oracle.reports.server.Destination
Sends a file to the destination.
SET_SIGNON_PARAMETRE_FAIL - Static variable in exception oracle.reports.plugin.PluginException
 
setBindValue(Object) - Method in class oracle.reports.plugin.PluginCondition
Sets the bind value of the condition
setCacheItem(CacheItem) - Method in class oracle.reports.server.Destination
Sets a cache item associated with the destination.
setContentReady() - Method in interface oracle.reports.cache.CacheItem
Specifies whether the content for the CacheItem is ready to be used.
setCustomProperties(Properties) - Method in interface oracle.reports.cache.CacheItem
Sets custom properties for the CacheItem.
setDataSource(DataSource) - Method in interface oracle.reports.plugin.datasource.PluginDataSource
Set the hosting Reports data source object of this Plugin Data Source.
setDataSource(DataSource) - Method in class oracle.reports.plugin.datasource.PluginDataSourceTemplate
Sets the Reports hosting data source object of the plugin
setDesname(String) - Method in class oracle.reports.server.Destination
Sets the destination name.
setDestinationId(String) - Method in class oracle.reports.server.Destination
 
setDestKey(String) - Method in class oracle.reports.server.Destination
 
setEditorClass(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set edior class name in its constructor.
setEngineComm(EngineComm, String) - Method in interface oracle.reports.engine.EngineInterface
Sets the engine communication object that resides on Oracle Reports Server side, so the engine can communicate with Oracle Reports Server.
setExpiration(long) - Method in interface oracle.reports.cache.CacheItem
Sets the expiration time for the CacheItem.
setFactory(PluginFactory) - Method in class oracle.reports.plugin.datasource.PluginDataSourceTemplate
Sets the factory which creates the Plugin.
setFactory(PluginFactory) - Method in interface oracle.reports.plugin.Plugin
Sets the factory object which creates this plugin.
setFetchDirection(int) - Method in class oracle.reports.plugin.PluginResultSetTemplate
Not used by Plugin API, simply stub it.
setFetchSize(int) - Method in class oracle.reports.plugin.PluginResultSetTemplate
Not used by Plugin API, simply stub it.
setFinishedTime(long) - Method in interface oracle.reports.cache.CacheItem
Sets the completion time for the CacheItem.
setHelpPrefix(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set help prefix in its constructor.
setHelpSet(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set help set in its constructor.
setHelpSetID(String) - Method in interface oracle.reports.plugin.PluginFactory
Set helpset id to the plugin.
setHelpSetID(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
Set helpset id to the plugin.
setHint(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set hint message in its constructor.
setIconName(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set icon name in its constructor.
setJob(Job) - Method in interface oracle.reports.cache.CacheItem
Sets the associated job for this CacheItem.
setJob(Job) - Method in class oracle.reports.server.Destination
Sets the job object to which the Destination object attaches.
setJobStatus(short) - Method in interface oracle.reports.server.Job
Sets the job status.
setMajorVersion(int) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set major version in its constructor.
setMaxCapacity(int) - Method in interface oracle.reports.cache.Cache
Sets the maximum cache capacity in megabytes (MB).
setMaxNumberOfFiles(int) - Method in interface oracle.reports.cache.Cache
Sets the maximum number of files.
setMinorVersion(int) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set minor version in its constructor.
setName(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set Plug-in name in its constructor.
setPluginClass(String) - Method in class oracle.reports.plugin.PluginFactoryTemplate
For subclass to set Plug-in class name in its constructor.
setProperties(Properties) - Method in class oracle.reports.server.Destination
Sets the properties for the subclass object.
setReportContext(ReportContext) - Method in class oracle.reports.plugin.datasource.PluginDataSourceFactoryTemplate
Get ReportContext object.
setReportContext(ReportContext) - Method in interface oracle.reports.plugin.PluginFactory
 
setReportContext(ReportContext) - Method in class oracle.reports.plugin.PluginFactoryTemplate
Passed in ReportContext.
setSignOnParameter(Parameter) - Method in interface oracle.reports.plugin.datasource.PluginDataSource
Sets sign on parameter of this Plugin Data Source.
setSignOnParameter(Parameter) - Method in class oracle.reports.plugin.datasource.PluginDataSourceTemplate
Sets sign on parameter of this Plug-in Data Source whenever it is set or changed in Reports Property Palette.
setSignOnParameter(String) - Method in class oracle.reports.plugin.definition.DataSource
Sets sign-on parameter of this Plugin Data Source.
setStaticProperties(Properties) - Static method in class oracle.reports.server.Destination
 
showHelpContent(String) - Method in class oracle.reports.plugin.definition.ReportContext
Displays the help content helpSetID is the id set by Iplugin.setHelpSetID()
showHelpTopic(String, String) - Method in class oracle.reports.plugin.definition.ReportContext
Displays the help topic If no such topic is found, a generic "Help not found" topic is displayed.
shutdown() - Static method in class oracle.reports.server.Destination
Shuts down the destination class.
shutdown() - Method in interface oracle.reports.server.Notification
Shuts down the notification object.
SORT_ASCENDING - Static variable in interface oracle.reports.plugin.PluginResultSetMetaData
Code to indicate the column needs to to sorted ascendingly
SORT_DESCENDING - Static variable in interface oracle.reports.plugin.PluginResultSetMetaData
Code to indicate the column needs to to sorted descendingly
SORT_NONE - Static variable in interface oracle.reports.plugin.PluginResultSetMetaData
Code to indicate the column is not used for sorting at all
sortColumnOf(int) - Method in interface oracle.reports.plugin.PluginResultSetMetaData
Returns the base column index of the column if it is a sort column.
sortColumnOf(int) - Method in class oracle.reports.plugin.PluginResultSetMetaDataTemplate
Returns SortColumnOf.
SQL - Static variable in class oracle.reports.plugin.utility.Trace
 
start(Properties, Trace) - Method in interface oracle.reports.cache.Cache
Starts the Oracle Reports caching service.
start(Properties, String, int, long, short) - Method in class oracle.reports.server.Destination
Invoked before sending the first file to the destination.
start(Properties) - Method in interface oracle.reports.server.JobRepository
Starts the repository.
start(Properties) - Method in interface oracle.reports.server.Security
Starts the security system.
START_PRF - Static variable in class oracle.reports.plugin.utility.Trace
 
startRuntime() - Method in class oracle.reports.plugin.datasource.PluginDataSourceTemplate
Template Plug-in Data Source does not need any initilization before runtime.
startRuntime() - Method in interface oracle.reports.plugin.Plugin
Notify Plugin that Reports is about to start to run.
STATE - Static variable in class oracle.reports.plugin.utility.Trace
 
stop() - Method in interface oracle.reports.cache.Cache
Stops the Oracle Reports caching service.
stop() - Method in class oracle.reports.server.Destination
Invoked after all the files are sent to the destination.
stop() - Method in interface oracle.reports.server.JobRepository
Stops the repository.
stop() - Method in interface oracle.reports.server.Security
Stops the security system.
Summary - Class in oracle.reports.plugin.definition
Reports summary object
Summary(RWDataItem, Report) - Constructor for class oracle.reports.plugin.definition.Summary
Constructor NOTE: Plugin must never try to create any Reports objects by itself.
supportCondition() - Method in interface oracle.reports.plugin.datasource.PluginDataSource
Returns true or false, whether the Plugin Data Source supports condition.
supportCondition() - Method in class oracle.reports.plugin.datasource.PluginDataSourceTemplate
Template Plugin Data Source does not support condition, simply returns false here.

Oracle Reports
Java API Reference
A B C D E F G H I J L M N O P R S T U W
Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.