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

export() Method


Use this method to export catalog changes to a specified log file.

Signature

void export (String filename, CatalogItemsFilter filter, ExportImportFlags flag, String sessionID);

Argument
Description

String filename

Specifies the name of the log file.

CatalogItemsFilter filter

Specifies the subset of changes to be exported. The filter.items field cannot be null.

ExportImportFlags flag

Specifies the changes (for example, local or remote) to export (for more information, read ExportImportFlags Structure).

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.