|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableDataChangesInfo
COM Interface 'ITableDataChangesInfo'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description: 'Provides access to members that initialize a TableDataChanges object.' 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 |
IID387adb2e_328b_464d_b6d6_548d0fd4447d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
getDeletedIDs(ILongArray[] deletedIDs,
IStringArray[] deletedGIDs)
The deleted ids. |
ITable |
getDeletes()
The delete changes table. |
IQueryFilter |
getFilter(int changeType)
The filter for the inserts table. |
ITable |
getInserts()
The insert changes table. |
java.lang.String |
getTargetName()
The changes target name. |
ITable |
getUpdates()
The updates changes table. |
void |
init(java.lang.String targetName,
ITable inserts,
ITable updates,
ITable deletes)
Initializes the class by setting the inserts, updates, and deletes table. |
void |
setDeletedIDs(ILongArray deletedIDs,
IStringArray deletedGIDs)
The deleted ids. |
void |
setFilter(int changeType,
IQueryFilter filter)
The filter for the inserts table. |
Field Detail |
---|
static final int IID387adb2e_328b_464d_b6d6_548d0fd4447d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void init(java.lang.String targetName, ITable inserts, ITable updates, ITable deletes) throws java.io.IOException, AutomationException
targetName
- The targetName (in)inserts
- A reference to a com.esri.arcgis.geodatabase.ITable (in)updates
- A reference to a com.esri.arcgis.geodatabase.ITable (in)deletes
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilter(int changeType, IQueryFilter filter) throws java.io.IOException, AutomationException
changeType
- A com.esri.arcgis.geodatabasedistributed.esriDataChangeType constant (in)filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getFilter(int changeType) throws java.io.IOException, AutomationException
changeType
- A com.esri.arcgis.geodatabasedistributed.esriDataChangeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTargetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getInserts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getUpdates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getDeletes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeletedIDs(ILongArray deletedIDs, IStringArray deletedGIDs) throws java.io.IOException, AutomationException
deletedIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)deletedGIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getDeletedIDs(ILongArray[] deletedIDs, IStringArray[] deletedGIDs) throws java.io.IOException, AutomationException
deletedIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)deletedGIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)
java.io.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 |