|
add_item_ils_privileges procedure |
|
Contained in package wwsbr_api. Call this procedure to add item-level privileges for one or more users/groups to a single specified item. Note: This procedure both adds and updates item level privileges on a single item. If a user or group is passed in more than one of the arrays below, the user or group is given the highest level privileges specified. procedure add_item_ils_privileges( |
|
Version: Oracle Portal 3.0.9.8.4 |
|
|
Parameters: |
|
|
p_master_item_id |
The master item ID of the item. Note: This value can be found in WWSBR_ALL_ITEMS.MASTERID Datatype: number |
|
p_caid number |
The ID of the content area in which this item belongs. Datatype: number |
|
p_folder_id |
The ID of the folder in which this item belongs. Datatype: number |
|
p_itemown_user |
An array of user IDs to whom 'OWN' privileges are to granted. Datatype: wwsbr_type.array default wwsbr_type.empty |
|
p_itemmanage_user |
An array of user IDs to whom 'MANAGE' privileges are to granted. Datatype: wwsbr_type.array default wwsbr_type.empty |
|
p_itemview_user |
An array of user IDs to whom 'VIEW' privileges are to granted. Datatype: wwsbr_type.array default wwsbr_type.empty |
|
p_itemown_group |
An array of group IDs to whom 'OWN' privileges are to granted. Datatype: wwsbr_type.array default wwsbr_type.empty |
|
p_itemmanage_group |
An array of group IDs to whom 'MANAGE' privileges are to granted. Datatype: wwsbr_type.array default wwsbr_type.empty |
|
p_itemview_group |
An array of group IDs to whom 'VIEW' privileges are to granted. Datatype: wwsbr_type.array default wwsbr_type.empty |
|
Exceptions:
Example: wwsbr_api.add_item_ils_privileges( |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |