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

createLink() Method


Use this method to create a link to the Presentation Catalog.

Signature

void createLink(String sPath, String sTargetPath, boolean overwriteIfExists, String sessionID);

Arguments
Description

String sPath

Specifies the path to the parent object in the Presentation Catalog.

String sTargetPath

Specifies the location in the Presentation Catalog to which the link being created should refer.

boolean overwriteIfExists

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

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.