com.esri.arcgis.geodatabasedistributed
Interface ICheckInDataSynchronizer2

All Superinterfaces:
ICheckInDataSynchronizer, java.io.Serializable
All Known Implementing Classes:
CheckInDataSynchronizer, ICheckInDataSynchronizer2Proxy

public interface ICheckInDataSynchronizer2
extends ICheckInDataSynchronizer, java.io.Serializable

COM Interface 'ICheckInDataSynchronizer2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that synchronize changes from a check-out geodatabase or delta database with the master geodatabase.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbb18b086_729b_4990_ab3e_a457cc584548
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.ICheckInDataSynchronizer
IID73987267_11c4_477b_ae52_3dfb7dc62918
 
Method Summary
 boolean synchronize2(IDataChanges dataChanges, java.lang.String editVersionName, IWorkspaceName parentWorkspace, boolean reconcileCheckout, int reconcilePolicy, boolean columnLevel, boolean createOIDMappingTable)
          Synchronizes the changes in the check-out geodatabase or delta database with the master geodatabase.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.ICheckInDataSynchronizer
synchronize
 

Field Detail

IIDbb18b086_729b_4990_ab3e_a457cc584548

static final int IIDbb18b086_729b_4990_ab3e_a457cc584548
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

synchronize2

boolean synchronize2(IDataChanges dataChanges,
                     java.lang.String editVersionName,
                     IWorkspaceName parentWorkspace,
                     boolean reconcileCheckout,
                     int reconcilePolicy,
                     boolean columnLevel,
                     boolean createOIDMappingTable)
                     throws java.io.IOException,
                            AutomationException
Synchronizes the changes in the check-out geodatabase or delta database with the master geodatabase.

Parameters:
dataChanges - A reference to a com.esri.arcgis.geodatabasedistributed.IDataChanges (in)
editVersionName - The editVersionName (in)
parentWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
reconcileCheckout - The reconcileCheckout (in)
reconcilePolicy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
columnLevel - The columnLevel (in)
createOIDMappingTable - The createOIDMappingTable (in)
Returns:
The conflictsDetected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.