com.esri.arcgis.geodatabasedistributed
Interface IImportDataChanges3

All Superinterfaces:
IImportDataChanges, IImportDataChanges2, Serializable
All Known Implementing Classes:
IImportDataChanges3Proxy

public interface IImportDataChanges3
extends IImportDataChanges2, Serializable

Provides access to members that import edits or check in from a delta file to a geodatabase.

Product Availability

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


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
 

Method Detail

importDataChanges3

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

Product Availability

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

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.