CatalogItemsFilter Structure Oracle Fusion Middleware Online Documentation Library

Description of Structures in Oracle BI EE Web Services 2-5

2.9 GetSubItemsParams Structure

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

2.10 ImportError Structure

Use this structure to describe the cause of a failure during an import. This structure is used in the ReplicationService Service . Table 2–10 lists the fields in this structure. Table 2–8 ErrorInfo Structure Fields Fields Description String code Specifies the error code to display. String context Specifies the service and method in which the error occurred. String details Specifies detailed information about the error. String message Specifies a human-readable description of the error. Table 2–9 GetSubItemsParams Structure Fields Fields Descriptions GetSubItemsFilter filter For internal use only. boolean includeACL If set to TRUE, then ACL information is included in the resulting ItemInfo structures. int withPermission and int withPermissionMask 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 the current catalog item. int withAttributes and int withAttributesMask 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 the current catalog item. Table 2–10 ImportError Structure Fields Fields Description String item Specifies the path to the changed item. For example, usersjchananalyses. String operation For internal use only. String catalogError Specifies an error string, describing the reason for the failure. String file Specifies in which file the error occurred.