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

writeDashboardPage() Method


Use this method to write a dashboard page to the Presentation Catalog.

Signature

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

Arguments
Description

CatalogObject object

Specifies the dashboard page 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 dashboardpageitem1.

String path

Specifies the location in the Presentation Catalog where the dashboard page should be written.

boolean resolveLinks

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

boolean allowOverwrite

If set to TRUE, then if the dashboard page already exists in the Presentation Catalog, it will be overwritten. If set to FALSE, then if the dashboard page already exists in the Presentation Catalog, it will not be 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.