|
Oracle Reports Java API Reference 11g Release 1 (11.1.1) E10775-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugin
Base interface of Reports Plugin. Reports Plugin API allows Applcation developers to write their own Java components to work with Reports. Currently Reports Plugin API supports Plugin Data Source which allows Application developers to write a Java component to provide data for their reporting.
| Method Summary | |
|---|---|
boolean |
applyXML(java.lang.String xml)
Applies text definition (usually in XML) to the plugin. |
void |
dispose()
Disposes the Plugin and clean up related resources. |
PluginFactory |
getFactory()
Gets the factory object which creates this plugin. |
java.lang.String |
saveToXML()
Returns text definition (usually in XML) of the plugin. |
void |
setFactory(PluginFactory fac)
Sets the factory object which creates this plugin. |
void |
startRuntime()
Notify Plugin that Reports is about to start to run. |
| Method Detail |
|---|
void startRuntime()
throws PluginException
PluginExceptionvoid dispose()
boolean applyXML(java.lang.String xml)
throws PluginException
the - xml to apply
PluginException
java.lang.String saveToXML()
throws PluginException
PluginException
void setFactory(PluginFactory fac)
throws PluginException
PluginException
PluginFactory getFactory()
throws PluginException
PluginException
|
Oracle Reports Java API Reference |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||