|
portlet_instance_record record structure and table |
|
In the wwpro_api_provider API package, the portlet_instance_record contains the details for a portlet instance. A portlet_instance_record structure is passed into these provider implementation methods: The portlet_instance_record record structure is: type portlet_instance_record is record (
);
|
|||||||||||||
|
A portlet instance is the display of a portlet on a single page. The same portlet may be displayed multiple times on the same page. Each time a portlet is added to a page, Oracle Portal generates a unique portlet instance ID that is the instance's reference path. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |