com.businessobjects.sdk.plugin.desktop.replication
Interface IReplicationBase.CeApplicationRefreshMode

Enclosing interface:
IReplicationBase

public static interface IReplicationBase.CeApplicationRefreshMode

Contains options that determine whether the entire contents of the chosen applications will be refreshed. This can be an very time consuming operation, but is useful when the master and slave versions get out of sync.


Field Summary
static int OFF
          No application refresh.
static int REFRESH_FROM_MASTER
          Refresh the objects from master to slave.
static int REFRESH_TO_MASTER
          Refresh the objects from slave to master.
 

Field Detail

OFF

static final int OFF
No application refresh. This is the default behaviour.

See Also:
Constant Field Values

REFRESH_FROM_MASTER

static final int REFRESH_FROM_MASTER
Refresh the objects from master to slave.

See Also:
Constant Field Values

REFRESH_TO_MASTER

static final int REFRESH_TO_MASTER
Refresh the objects from slave to master.

See Also:
Constant Field Values