com.esri.arcgis.geodatabasedistributed
Interface IImportDataChanges

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

public interface IImportDataChanges
extends java.io.Serializable

COM Interface 'IImportDataChanges'. 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 IID3eea0fb7_0478_400b_bf5c_122ea29c50a4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean importDataChanges(IWorkspaceName workspaceName, IDeltaDataChanges deltaDataChanges, boolean reconcileWithParent, boolean acceptDefaultConflictResolution)
          Imports data.
 

Field Detail

IID3eea0fb7_0478_400b_bf5c_122ea29c50a4

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

importDataChanges

boolean importDataChanges(IWorkspaceName workspaceName,
                          IDeltaDataChanges deltaDataChanges,
                          boolean reconcileWithParent,
                          boolean acceptDefaultConflictResolution)
                          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)
acceptDefaultConflictResolution - The acceptDefaultConflictResolution (in)
Returns:
The pConflictDetected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.