Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > WebCatalogService Service >
getItemInfo() Method
Use this method to retrieve Presentation Catalog information for an object. Signature
ItemInfo getItemInfo(String path, boolean resolveLinks, String sessionID);
|
|
String path |
Specifies the path to the object in the Presentation Catalog. |
boolean resolveLinks |
If set to TRUE and the path in the Presentation Catalog refers to a link, then Oracle BI Web Services retrieves information for the object 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 Presentation Catalog information for an object in an ItemInfo structure. For more information, read ItemInfo Structure.
|