com.esri.arcgis.search
Class IItemIndex3Proxy

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

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

Description: 'Provides access to members for merging 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 IItemIndex3Proxy
extends IItemIndex2Proxy
implements IItemIndex3, 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.IItemIndex3
IID, IID2a2148d1_4653_4658_b4d6_a50bf3b7ea78
 
Fields inherited from interface com.esri.arcgis.search.IItemIndex2
IIDfcaf5f49_fda4_4dd6_87e9_743e139dbbcb
 
Fields inherited from interface com.esri.arcgis.search.IItemIndex
IIDacf9354c_05db_4a70_b5f3_48d2822cb400
 
Constructor Summary
  IItemIndex3Proxy()
          Deprecated. For internal use only
  IItemIndex3Proxy(java.lang.Object obj)
          Deprecated.  
protected IItemIndex3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IItemIndex3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IItemIndex3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addIndex(java.lang.String indexDirectory, boolean dedup)
          Deprecated. Adds another index.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IStringArray compare(java.lang.String indexDirectory)
          Deprecated. Compares with another index.
 boolean isPrefixExists(java.lang.String prefix)
          Deprecated. Indicates whether if a give prefix matches any catalog path.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.search.IItemIndex2Proxy
getItemsMissingThumbnails, updateThumbnail
 
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.IItemIndex2
getItemsMissingThumbnails, updateThumbnail
 
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

IItemIndex3Proxy

public IItemIndex3Proxy(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

IItemIndex3Proxy

public IItemIndex3Proxy()
Deprecated. 
For internal use only


IItemIndex3Proxy

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

IItemIndex3Proxy

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

IItemIndex3Proxy

protected IItemIndex3Proxy(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 IItemIndex2Proxy
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 IItemIndex2Proxy
Throws:
java.io.IOException

addIndex

public void addIndex(java.lang.String indexDirectory,
                     boolean dedup)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds another index.

Specified by:
addIndex in interface IItemIndex3
Parameters:
indexDirectory - The indexDirectory (in)
dedup - The dedup (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPrefixExists

public boolean isPrefixExists(java.lang.String prefix)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether if a give prefix matches any catalog path.

Specified by:
isPrefixExists in interface IItemIndex3
Parameters:
prefix - The prefix (in)
Returns:
The pbExsits
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

compare

public IStringArray compare(java.lang.String indexDirectory)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Compares with another index.

Specified by:
compare in interface IItemIndex3
Parameters:
indexDirectory - The indexDirectory (in)
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.