com.esri.arcgis.geodatabasedistributed
Interface IImportDataChanges3

All Superinterfaces:
IImportDataChanges, IImportDataChanges2, java.io.Serializable
All Known Implementing Classes:
IImportDataChanges3Proxy

public interface IImportDataChanges3
extends IImportDataChanges2, java.io.Serializable

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

Description: 'Provides access to members that import edits or check in from a delta file to a 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 IIDa2f2dba2_0515_4fa3_882c_3633480bd24a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IImportDataChanges2
IID27fa7510_e45d_49a2_8d57_7753db605d04
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IImportDataChanges
IID3eea0fb7_0478_400b_bf5c_122ea29c50a4
 
Method Summary
 boolean importDataChanges3(IWorkspaceName workspaceName, IDataChanges dataChanges, boolean reconcileWithParent, int reconcilePolicy, boolean columnLevel, boolean createOIDMappingTable, boolean preserveGlobalIDs)
          Imports data.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IImportDataChanges2
importDataChanges2
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IImportDataChanges
importDataChanges
 

Field Detail

IIDa2f2dba2_0515_4fa3_882c_3633480bd24a

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

importDataChanges3

boolean importDataChanges3(IWorkspaceName workspaceName,
                           IDataChanges dataChanges,
                           boolean reconcileWithParent,
                           int reconcilePolicy,
                           boolean columnLevel,
                           boolean createOIDMappingTable,
                           boolean preserveGlobalIDs)
                           throws java.io.IOException,
                                  AutomationException
Imports data.

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