|
portlet_parameter_record record structure and table |
|
In the wwpro_api_provider API package, the portlet_parameter_record describes one parameter for a portlet. A table holds records that describe all the parameters for a portlet. The portlet_parameter_record record structure is: type portlet_parameter_record is record (
);
Portlet parameter table This table contains records that describe all the parameters of a portlet. type portlet_parameter_table is table of portlet_parameter_record index by binary_integer; |
|||||||||||||||||
|
Note |
|
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 |