Oracle Application Server Portal PL/SQL API Reference - 10.1.4

Oracle Application Server Portal PL/SQL API Reference - 10.1.4

Granting permissions to execute the PL/SQL APIs:
When using the PL/SQL APIs to build portlets or to perform actions on your portal, you will need to run the provsyns.sql script. This script grants permissions to your schema to execute the PL/SQL APIs and needs to be run once before creating any PL/SQL portlets or procedures in a schema.

You can find provsyns.sql under your IAS_HOME/portal/admin/plsql/wwc or in a 3.0.x release under IAS_HOME/portal30/webdb30/admin/plsql/wwv.

For example: /IAS_MID/portal/admin/plsql/wwc

Log into SQL*Plus as the portal schema and run the script:

SQL>@provsyns.sql <myschema>

Where "myschema" is the name of the schema where your portlets and proceudres will reside.

Packages
wwa_app_module This package contains methods for working with Oracle Portal form components.  
wwctx_api This package contains APIs that allow access to a session context.  
wwctx_api_proxy This package contains methods for administering Oracle Portal proxy settings.  
wwerr_api_error This package contains methods to add, retrieve and clear errors from an error stack, a warning stack and other related operations.  
wwerr_api_error_ui This package contains methods to support a standardized UI for presenting errors contained in the error stack.  
wwlog_api This package contains methods to log events.  
wwlog_api_admin This package contains methods to perform administrative functions on event logs.  
wwnls_api This package contains methods to access to the National Language Support (NLS) subsystem.  
wwpob_emd Generates EMD.  
wwpob_smd wwpob_smd - security metadata package The ESI stub in Web Cache calls the SMD API has_privilege to determine whether or not the user has permission to access a URL.  
wwpre_api_name This package contains procedures and functions to create a naming system for storing user-specified application preferences.  
wwpre_api_util This package contains a set of procedures and functions that can be used to resove preference paths, retrieve preference path IDs and retrieve the preference name record.  
wwpre_api_value This package contains procedures and functions to set, get, and delete preference values.  
wwpro_api_adapter This package contains methods to work with portlets deployed via the Federated Portal Adapter.  
wwpro_api_invalidation This package contains procedures to invalidate the cache of portlets in Oracle Application Server Web Cache.  
wwpro_api_mobile This package contains methods for mobile portlet development.  
wwpro_api_node_registry This package contains a method that returns the ID of the local node.  
wwpro_api_parameters This package contains procedures and functions to get the values of portlet parameters.  
wwpro_api_progrp_registry This package contains methods that are used by the portlet provider administration UI and by developers to register provider groups and perform other related tasks: register, edit and delete provider groups list provider groups search provider groups by ID, or name register providers within a group and list providers within a group A provider group is a collection of portlet providers that is defined by a remote provider groups service.  
wwpro_api_provider This package contains procedures and functions to register, edit, and retrieve providers.  
wwpro_api_provider_registry This package contains methods to register and deregister providers and to do related tasks.  
wwsbr_api This package contains the supported Content Repository APIs for OracleAS Portal 10G version 10.  
wwsbr_search_page This package contains the public rendering utilities to render the search results for all search portlets aftering calling the back end search engine to run the search.  
wwsec_api This package contains procedures and functions for administering OracleAS Portal 10G security.  
wwsec_app_priv This package contains methods to check user access privileges before routines are executed, and to redirect browsers to the Single Sign-On Server when authentication is necessary.  
wwsrc_api This package contains APIs for searching Oracle Portal.  
wwsrc_app_xml This package contains the HTTP interface to wwsrc_xmlgen which can be used for representing Portal Items, Pages and ACLs as XML documents.  
wwsrc_bulk_update_prefs Utility package to update the search portlet preferences in bulk with new values.  
wwui_api_portlet This package contains methods that allow providers to integrate page styles into their portlets.  
wwui_api_portlet_dialog This package contains methods for opening/closing dialogs and creating dialog buttons.  
wwutl_dbms_trace HTML interface for database profiling package (optional installation).  
wwutl_profile Profiling and Performance package (optional installation) This file contains the wwutl_profile package definition.  
wwutl_trace SQL Execution tracing package (optional installation) This file contains the wwutl_trace package definition.  
Object Types
wwa_api_module_session This object type contains methods for Oracle Portal form component session storage.  
wwsto_api_session This object type provides access to a server-side, session-based, storage mechanism that can be used to store small amounts of information for short durations of time.  

Generated by PL/Doc