Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

CatalogItemsFilter Structure


The CatalogItemsFilter structure filters catalog items and changes based on the path and timestamp. This structure is used in the ReplicationService service. Table 6 lists the fields in this structure.

Table 6. CatalogItemsFilter Structure Fields
Fields
Description

DateTime from

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

DateTime to

String[] items

A list of folders, which along with their descendants to be included in the filter. If items is null then all nodes in the catalog are included.

Siebel Analytics Web Services Guide