public interface IDataChangesEx
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5b0c36b9_2891_4653_8757_97117924fe7a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID5b0c36b9_2891_4653_8757_97117924fe7a
static final int xxDummy
static final java.lang.String IID
IEnumBSTR getModifiedClasses() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet getChangedIDs(java.lang.String className, int diffType) throws java.io.IOException, AutomationException
className
- The className (in)diffType
- A com.esri.arcgis.geodatabase.esriDifferenceType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDifferenceCursor extract(java.lang.String className, int diffType) throws java.io.IOException, AutomationException
className
- The className (in)diffType
- A com.esri.arcgis.geodatabase.esriDifferenceType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDifferenceCursorEx extractEx(java.lang.String className, int diffType) throws java.io.IOException, AutomationException
className
- The className (in)diffType
- A com.esri.arcgis.geodatabase.esriDifferenceType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.