com.esri.arcgis.geodatabasedistributed
Interface ICheckInDataSynchronizer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICheckInDataSynchronizer2
All Known Implementing Classes:
CheckInDataSynchronizer, ICheckInDataSynchronizer2Proxy, ICheckInDataSynchronizerProxy

public interface ICheckInDataSynchronizer
extends java.io.Serializable

COM Interface 'ICheckInDataSynchronizer'. 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 IID73987267_11c4_477b_ae52_3dfb7dc62918
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean synchronize(IDataChanges dataChanges, java.lang.String editVersionName, IWorkspaceName parentWorkspace, boolean reconcileCheckout, boolean createOIDMappingTable)
          Synchronizes the changes in the check-out geodatabase or delta database with the master geodatabase.
 

Field Detail

IID73987267_11c4_477b_ae52_3dfb7dc62918

static final int IID73987267_11c4_477b_ae52_3dfb7dc62918
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

synchronize

boolean synchronize(IDataChanges dataChanges,
                    java.lang.String editVersionName,
                    IWorkspaceName parentWorkspace,
                    boolean reconcileCheckout,
                    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)
createOIDMappingTable - The createOIDMappingTable (in)
Returns:
The conflictsDetected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.