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

setItemAttributes() Method


Use this method to set attribute flags for a specified catalog item.

Signature

void setItemAttributes (String path, int attributes, String sessionID);

Arguments
Description

String path

Specifies the path to the folder in the Presentation Catalog.

int attributes

Specifies a combination of the following flags:

1 = read only
2 = archive
4 = hidden
8 = system

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.