Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > WebCatalogService Service >

getSubItems() Method


The getSubItems() method gets the collection of child subitems for an object in the Web Catalog.

Signature

ItemInfo[] getSubItems(String path, String mask, boolean resolveLinks, GetSubItemsParams options, String sessionID);

Arguments
Description

String path

The path to the parent object in the Web Catalog.

String mask

The mask that indicates the child subitems to retrieve. The mask character is an asterisk (*). To retrieve all child subitems, use a single asterisk.

boolean resolveLinks

A boolean value, 1 (true) or 0 (false). When set to true, and the path in the Web Catalog refers to a link, information is retrieved for the child subitems of the object pointed to by the link.

GetSubItemsParams options

Optional parameters supplied in the GetSubItemsParams structure. For information about the GetSubItemsParams structure, read GetSubItemsParams Structure.

String sessionID

A character string that identifies the session ID. The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Returns

Returns a collection of child subitems in an ItemInfo structure. For more information, read ItemInfo Structure.

Siebel Analytics Web Services Guide