Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > WebCatalogService Service >

updateCatalogItemACL Method


Use this method to update the Access Control List for an item in the Presentation Catalog.

Signature

void takeOwnership(String path, ACL acl, UpdateCatalogItemACLParams options, String sessionID);

Fields
Description

String path

Specifies the path to the object in the Presentation Catalog.

ACL acl

Specifies the Access Control List. For more information, see ACL Structure.

UpdateCatalogItemACLParams options

Specifies additional parameters. For more information, see UpdateCatalogItemACLParams Structure.

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.