com.esri.arcgis.geodatabasedistributed
Interface IDataChangesExt

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDataChangesExtProxy

public interface IDataChangesExt
extends java.io.Serializable

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

Description: 'Provides access to members that get data changes from a check-out or replica.' 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 IIDfafbfa81_b7bd_4c25_a456_0108e11ea25b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICursor extractOriginalRows(java.lang.String tableName, IFIDSet iDs)
          Extract the original rows that have changes.
 

Field Detail

IIDfafbfa81_b7bd_4c25_a456_0108e11ea25b

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

extractOriginalRows

ICursor extractOriginalRows(java.lang.String tableName,
                            IFIDSet iDs)
                            throws java.io.IOException,
                                   AutomationException
Extract the original rows that have changes.

Parameters:
tableName - The tableName (in)
iDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.