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

markForReplication() Method


Use this method to change the "replicable" flag on a specified folder and its descendants.

Signature

void markForReplication (String item, boolean replicate, String sessionID);

Argument
Description

String item

Specifies the path of the folder.

boolean replicate

If set to TRUE, then mark the folder as replicable. If set to FALSE, then remove the replicable flag.

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.