|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataChangesInfo
Provides access to the set of changed IDs for a class.
The IDataChangesInfo interface provides a property that returns the IDs of each changed row.
Method Summary | |
---|---|
IFIDSet |
getChangedIDs(String className,
int diffType)
IDs of rows that changed between two versions. |
Method Detail |
---|
IFIDSet getChangedIDs(String className, int diffType) throws IOException, AutomationException
className
- The className (in)diffType
- A com.esri.arcgis.geodatabasedistributed.esriDataChangeType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |