Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > WebCatalogService Service >
readObject() Method
Use this method to read an object from the Presentation Catalog and return a CatalogObject structure. Signature
CatalogObject readObject(String path, boolean resolveLinks, String sessionID);
|
|
String path |
Specifies the location of the object in the Presentation Catalog. |
boolean resolveLinks |
If set to TRUE and the path in the Presentation Catalog refers to a link, then the object is written to the location pointed to by the link. |
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. |
Returns
Returns a CatalogObject structure containing the specified object from the Presentation Catalog. For a description of the CatalogObject structure, read CatalogObject Structure.
|