Signature Returns readObjects Method

3-40 Oracle Fusion Middleware Integrators Guide for Oracle Business Intelligence Enterprise Edition

3.10.15 setItemAttributes Method

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

3.10.15.1 Signature

void setItemAttributes List[] path, int value, int valueOff, boolean recursive, String sessionID;

3.10.16 setItemProperty Method

Use this method to set a property for an object in the catalog.

3.10.16.1 Signature

void setItemPropertyList[] path, List[] name, List[] value, boolean recursive, String sessionID;

3.10.17 setOwnership Method

Use this method to take ownership of the specified item.

3.10.17.1 Signature

void setOwnershipList[]path, Account owner, boolean recursive, String sessionID; Arguments Description String path Specifies the path to the folder in the catalog. boolean recursive If set to TRUE, then remove the specified folder and its contents. If set to FALSE, then only remove the specified folder if it is empty, otherwise display an exception message. 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. Arguments Description List[] path Specifies the path to the folder in the 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. Arguments Description List[] path Specifies the path to the object in the catalog. List[] name Specifies the name of the property to set. List[] value Specifies the new setting for the property. boolean recursive Specifies whether to set the properties of items in sub-directories. 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.