com.esri.arcgis.search
Class IItemIndex2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.IItemIndexProxy
          extended by com.esri.arcgis.search.IItemIndex2Proxy
All Implemented Interfaces:
IItemIndex, IItemIndex2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IItemIndex3Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IItemIndex2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to update thumbnail in index.' 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 IItemIndex2Proxy
extends IItemIndexProxy
implements IItemIndex2, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.search.IItemIndex2
IID, IIDfcaf5f49_fda4_4dd6_87e9_743e139dbbcb
 
Fields inherited from interface com.esri.arcgis.search.IItemIndex
IIDacf9354c_05db_4a70_b5f3_48d2822cb400
 
Constructor Summary
  IItemIndex2Proxy()
          Deprecated. For internal use only
  IItemIndex2Proxy(java.lang.Object obj)
          Deprecated.  
protected IItemIndex2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IItemIndex2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IItemIndex2Proxy(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.  
 IStringArray getItemsMissingThumbnails()
          Deprecated. The CatalogPaths without thumbnail info.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void updateThumbnail(java.lang.String catalogPath, IThumbnailInfo pThumbInfo)
          Deprecated. Update thumbnail info in index.
 
Methods inherited from class com.esri.arcgis.search.IItemIndexProxy
addItemInfo, deleteItemInfo, deleteItemInfos, getItemInfoCount, isItemInfoExists, updateItemInfo
 
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
 
Methods inherited from interface com.esri.arcgis.search.IItemIndex
addItemInfo, deleteItemInfo, deleteItemInfos, getItemInfoCount, isItemInfoExists, updateItemInfo
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IItemIndex2Proxy

public IItemIndex2Proxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IItemIndex2Proxy

public IItemIndex2Proxy()
Deprecated. 
For internal use only


IItemIndex2Proxy

public IItemIndex2Proxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IItemIndex2Proxy

protected IItemIndex2Proxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IItemIndex2Proxy

protected IItemIndex2Proxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IItemIndexProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IItemIndexProxy
Throws:
java.io.IOException

updateThumbnail

public void updateThumbnail(java.lang.String catalogPath,
                            IThumbnailInfo pThumbInfo)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Update thumbnail info in index.

Specified by:
updateThumbnail in interface IItemIndex2
Parameters:
catalogPath - The catalogPath (in)
pThumbInfo - A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemsMissingThumbnails

public IStringArray getItemsMissingThumbnails()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The CatalogPaths without thumbnail info.

Specified by:
getItemsMissingThumbnails in interface IItemIndex2
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.