com.esri.arcgis.geodatabase
Interface esriReplicaReconcilePolicyType

All Superinterfaces:
Serializable

public interface esriReplicaReconcilePolicyType
extends Serializable

Replica reconcile policy.

Remarks

The esriReplicaReconcilePolicyType enumeration contains values that represent different types of reconcile policies which can be applied to a replica database at synchronization time. The reconcile policy type set determines how conflicts will be treated if they are detected when synchronizing edits between replica pairs. The reconcile policy type is set at synchronization time.

This policy is used when importing replica data changes to a replica in a disconnected environement using the IGeoDataServer::ImportReplicaDataChanges method. See the GeoDataServer coclass for more information.

The members of this enumeration are represented as follows:

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriReplicaDetectConflicts
          Reconcile will detect conflicts.
static int esriReplicaResolveConflictsInFavorOfDatabaseChanges
          Reconcile will favor database changes (no conflicts).
static int esriReplicaResolveConflictsInFavorOfImportedChanges
          Reconcile will favor imported changes (no conflicts).
static int esriReplicaResolveConflictsNone
          Reconcile will use the synchronization policy set at the replica creation time.
 

Field Detail

esriReplicaDetectConflicts

static final int esriReplicaDetectConflicts
Reconcile will detect conflicts.

See Also:
Constant Field Values

esriReplicaResolveConflictsInFavorOfImportedChanges

static final int esriReplicaResolveConflictsInFavorOfImportedChanges
Reconcile will favor imported changes (no conflicts).

See Also:
Constant Field Values

esriReplicaResolveConflictsInFavorOfDatabaseChanges

static final int esriReplicaResolveConflictsInFavorOfDatabaseChanges
Reconcile will favor database changes (no conflicts).

See Also:
Constant Field Values

esriReplicaResolveConflictsNone

static final int esriReplicaResolveConflictsNone
Reconcile will use the synchronization policy set at the replica creation time.

See Also:
Constant Field Values