com.esri.arcgis.search
Interface IItemIndex3

All Superinterfaces:
IItemIndex, IItemIndex2, java.io.Serializable
All Known Implementing Classes:
IItemIndex3Proxy, ItemIndex

public interface IItemIndex3
extends IItemIndex2, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2a2148d1_4653_4658_b4d6_a50bf3b7ea78
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 void addIndex(java.lang.String indexDirectory, boolean dedup)
          Adds another index.
 IStringArray compare(java.lang.String indexDirectory)
          Compares with another index.
 boolean isPrefixExists(java.lang.String prefix)
          Indicates whether if a give prefix matches any catalog path.
 
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

IID2a2148d1_4653_4658_b4d6_a50bf3b7ea78

static final int IID2a2148d1_4653_4658_b4d6_a50bf3b7ea78
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

addIndex

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

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

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

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

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

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.