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

writeSavedFilter() Method


Use this method to write a filter to the Presentation Catalog.

Signature

void writeSavedFilter(CatalogObject object, String path, boolean resolveLinks, boolean allowOverwrite, String sessionID);

Arguments
Description

CatalogObject object

Specifies the filter object to write to the Presentation Catalog, supplied in the CatalogObject structure. For information about the CatalogObject structure, read CatalogObject Structure.

All fields of object.itemInfo are ignored, except for the array of item properties, which are applied to the object. The signature of the resulting document is always savedfilteritem1.

String path

Specifies the location in the Presentation Catalog where the filter should be written.

boolean resolveLinks

If set to TRUE and the path in the Presentation Catalog refers to a link, then the filter is written to the location pointed to by the link.

boolean allowOverwrite

If set to TRUE, then if the filter already exists in the Presentation Catalog, it is overwritten. If set to FALSE, then if the filter already exists in the Presentation Catalog, it is not overwritten.

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

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