com.esri.arcgis.search
Interface IItemIndex2

All Superinterfaces:
IItemIndex, java.io.Serializable
All Known Subinterfaces:
IItemIndex3
All Known Implementing Classes:
GPItemIndex, IItemIndex2Proxy, IItemIndex3Proxy, ItemIndex

public interface IItemIndex2
extends IItemIndex, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfcaf5f49_fda4_4dd6_87e9_743e139dbbcb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.search.IItemIndex
IIDacf9354c_05db_4a70_b5f3_48d2822cb400
 
Method Summary
 IStringArray getItemsMissingThumbnails()
          The CatalogPaths without thumbnail info.
 void updateThumbnail(java.lang.String catalogPath, IThumbnailInfo pThumbInfo)
          Update thumbnail info in index.
 
Methods inherited from interface com.esri.arcgis.search.IItemIndex
addItemInfo, deleteItemInfo, deleteItemInfos, getItemInfoCount, isItemInfoExists, updateItemInfo
 

Field Detail

IIDfcaf5f49_fda4_4dd6_87e9_743e139dbbcb

static final int IIDfcaf5f49_fda4_4dd6_87e9_743e139dbbcb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

updateThumbnail

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

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

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

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.