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

CatalogItemsFilter Structure


Use this structure to filter catalog items and changes based on the path and timestamp. This structure is used in the ReplicationService Service. Table 8 lists the fields in this structure.

Table 8. CatalogItemsFilter Structure Fields
Fields
Description

String[] items

Specifies the list of folders and their descendants to include in the filter. If this value is null, then all nodes in the catalog are included.

Calendar from

Specifies the time period on which to filter. Only items and changes with timestamps within that period satisfy the filter (from <= timestamp <= to). Either or both of those fields could be null, in which case corresponding bound is considered not set.

Calendar to

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