Oracle9iAS Portal Developer Kit

invalidate_by_user_portlet procedure

Contained in package wwpro_api_invalidation.

Call this procedure to invalidate the user cache of a portlet, from the given provider

Note: This bulk invalidation is accomplished using a single call to the Web cache listener.

procedure invalidate_by_user_portlet
(

p_provider_id in number,
p_portlet_id in number,
p_user in varchar2 default wwctx_api.get_user

);

Version: Oracle9iAS Portal 9.0.2 or later

Parameters:

 p_provider_id

The ID of the provider.

Datatype: in number

 p_portlet_id

The ID of the portlet.

Datatype: in number

 p_user

The Oracle Portal user.

Datatype: in varchar2
Default: wwctx_api.get_user

Exceptions:

This procedure raises no user-defined exceptions.

Example:

wwpro_api_invalidation.invalidate_by_user_provider
(

p_provider_id => 5,
p_portlet_id => 22,
p_user => wwctx_api.get_user

)
;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio