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

ExportImportFlags Structure


Use this structure to specify the changes to export during export methods. This structure is used in the ReplicationService Service. Table 11 lists the fields in this structure.

NOTE:  Only one of the fields in ExportImportFlags should be populated.

Table 11. ExportImportFlags Structure Fields
Fields
Description

String processAll

Specifies that you want to export all items in the directory as if they were inserted, without referring to replication logs.

String processAllChanges

Specifies that you want to export flags that were changed in a given directory on the LOCAL computer and on REMOTE computers, after first referring to the replication logs to find out what changes were made (combines processLocalChanges and processRemoteChanges).

String processLocalChanges

Specifies that you want to export flags that were changed in a given directory on the LOCAL computer, after first referring to the replication logs to find out what changes were made.

String processRemoteChanges

Specifies that you want to export flags that were changed in a given directory on REMOTE computers, after first referring to the replication logs to find out what changes were made.

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