com.esri.arcgis.geodatabasedistributed
Interface IDataChangesInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
VersionDataChanges

public interface IDataChangesInfo
extends Serializable

Provides access to the set of changed IDs for a class.

Remarks

The IDataChangesInfo interface provides a property that returns the IDs of each changed row.

Product Availability

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


Method Summary
 IFIDSet getChangedIDs(String className, int diffType)
          IDs of rows that changed between two versions.
 

Method Detail

getChangedIDs

IFIDSet getChangedIDs(String className,
                      int diffType)
                      throws IOException,
                             AutomationException
IDs of rows that changed between two versions.

Product Availability

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

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