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

GetSubItemsParams Structure


Use this structure to contain optional parameters used in a getSubItems method. This structure is used in the WebCatalogService Service. Table 12 lists the fields in this structure.

Table 12. GetSubItemsParams Structure Fields
Fields
Descriptions

NameValuePair

Used for internal purposes only. This field should be null.

boolean includeACL

If set to TRUE, then ACL information is included in the resulting ItemInfo structures.

int withPermission

Specifies that you want to filter the resulting items collection by access level. The only items included in the result are those for which the following expression is true:

(itemPermission & withPermissionMask) = (withPermission & withPermissionMask)

Where itemPermission is a combination of permission flags for current catalog item.

int withPermissionMask

int withAttributes

Specifies that you want to filter the resulting items collection by attribute flags. The only items included in the result are those for which the following expression is true:

(itemAttributes & withAttributesMask) = (withAttributes & withAttributesMask)

Where itemAttributes is a combination of attribute flags for current catalog item.

int withAttributesMask

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.