|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabasedistributed.ITableDataChangesInfoProxy
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 =
public class ITableDataChangesInfoProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.ITableDataChangesInfo |
---|
IID, IID387adb2e_328b_464d_b6d6_548d0fd4447d |
Constructor Summary | |
---|---|
|
ITableDataChangesInfoProxy()
Deprecated. For internal use only |
|
ITableDataChangesInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
ITableDataChangesInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITableDataChangesInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITableDataChangesInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
getDeletedIDs(ILongArray[] deletedIDs,
IStringArray[] deletedGIDs)
Deprecated. The deleted ids. |
ITable |
getDeletes()
Deprecated. The delete changes table. |
IQueryFilter |
getFilter(int changeType)
Deprecated. The filter for the inserts table. |
ITable |
getInserts()
Deprecated. The insert changes table. |
java.lang.String |
getTargetName()
Deprecated. The changes target name. |
ITable |
getUpdates()
Deprecated. The updates changes table. |
void |
init(java.lang.String targetName,
ITable inserts,
ITable updates,
ITable deletes)
Deprecated. Initializes the class by setting the inserts, updates, and deletes table. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDeletedIDs(ILongArray deletedIDs,
IStringArray deletedGIDs)
Deprecated. The deleted ids. |
void |
setFilter(int changeType,
IQueryFilter filter)
Deprecated. The filter for the inserts table. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITableDataChangesInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITableDataChangesInfoProxy()
public ITableDataChangesInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITableDataChangesInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITableDataChangesInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void init(java.lang.String targetName, ITable inserts, ITable updates, ITable deletes) throws java.io.IOException, AutomationException
init
in interface ITableDataChangesInfo
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.public void setFilter(int changeType, IQueryFilter filter) throws java.io.IOException, AutomationException
setFilter
in interface ITableDataChangesInfo
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.public IQueryFilter getFilter(int changeType) throws java.io.IOException, AutomationException
getFilter
in interface ITableDataChangesInfo
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.public java.lang.String getTargetName() throws java.io.IOException, AutomationException
getTargetName
in interface ITableDataChangesInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getInserts() throws java.io.IOException, AutomationException
getInserts
in interface ITableDataChangesInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getUpdates() throws java.io.IOException, AutomationException
getUpdates
in interface ITableDataChangesInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getDeletes() throws java.io.IOException, AutomationException
getDeletes
in interface ITableDataChangesInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeletedIDs(ILongArray deletedIDs, IStringArray deletedGIDs) throws java.io.IOException, AutomationException
setDeletedIDs
in interface ITableDataChangesInfo
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.public void getDeletedIDs(ILongArray[] deletedIDs, IStringArray[] deletedGIDs) throws java.io.IOException, AutomationException
getDeletedIDs
in interface ITableDataChangesInfo
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 |