com.esri.arcgis.geodatabase
Interface IDataChangesEx

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

public interface IDataChangesEx
extends java.io.Serializable

COM Interface 'IDataChangesEx'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information on data changes.' 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 IID5b0c36b9_2891_4653_8757_97117924fe7a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDifferenceCursor extract(java.lang.String className, int diffType)
          Get changed rows for a specific class.
 IDifferenceCursorEx extractEx(java.lang.String className, int diffType)
          Get changed rows for a specific class.
 IFIDSet getChangedIDs(java.lang.String className, int diffType)
          The IDs of rows that changed during the edit session.
 IEnumBSTR getModifiedClasses()
          The list of tables with edits.
 

Field Detail

IID5b0c36b9_2891_4653_8757_97117924fe7a

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

getModifiedClasses

IEnumBSTR getModifiedClasses()
                             throws java.io.IOException,
                                    AutomationException
The list of tables with edits.

Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChangedIDs

IFIDSet getChangedIDs(java.lang.String className,
                      int diffType)
                      throws java.io.IOException,
                             AutomationException
The IDs of rows that changed during the edit session.

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

extract

IDifferenceCursor extract(java.lang.String className,
                          int diffType)
                          throws java.io.IOException,
                                 AutomationException
Get changed rows for a specific class.

Parameters:
className - The className (in)
diffType - A com.esri.arcgis.geodatabase.esriDifferenceType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDifferenceCursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractEx

IDifferenceCursorEx extractEx(java.lang.String className,
                              int diffType)
                              throws java.io.IOException,
                                     AutomationException
Get changed rows for a specific class.

Parameters:
className - The className (in)
diffType - A com.esri.arcgis.geodatabase.esriDifferenceType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDifferenceCursorEx
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.