com.esri.arcgis.geodatabasedistributed
Interface IImportDataChanges2

All Superinterfaces:
IImportDataChanges, java.io.Serializable
All Known Subinterfaces:
IImportDataChanges3
All Known Implementing Classes:
DataChangesImporter, IImportDataChanges2Proxy, IImportDataChanges3Proxy

public interface IImportDataChanges2
extends IImportDataChanges, java.io.Serializable

COM Interface 'IImportDataChanges2'. 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 IID27fa7510_e45d_49a2_8d57_7753db605d04
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IImportDataChanges
IID3eea0fb7_0478_400b_bf5c_122ea29c50a4
 
Method Summary
 boolean importDataChanges2(IWorkspaceName workspaceName, IDeltaDataChanges deltaDataChanges, boolean reconcileWithParent, int reconcilePolicy, boolean columnLevel, boolean createOIDMappingTable)
          Imports data.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IImportDataChanges
importDataChanges
 

Field Detail

IID27fa7510_e45d_49a2_8d57_7753db605d04

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

importDataChanges2

boolean importDataChanges2(IWorkspaceName workspaceName,
                           IDeltaDataChanges deltaDataChanges,
                           boolean reconcileWithParent,
                           int reconcilePolicy,
                           boolean columnLevel,
                           boolean createOIDMappingTable)
                           throws java.io.IOException,
                                  AutomationException
Imports data.

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