com.esri.arcgis.search
Interface IGPItemBrowser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPItemBrowser, IGPItemBrowserProxy

public interface IGPItemBrowser
extends java.io.Serializable

COM Interface 'IGPItemBrowser'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Browse a catalog path for folder/database and create indexes through an assgined Indexer.' 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 IID3b9ec21b_923c_48ec_b4f2_8c08b2678eb6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void buildIndex(IDataSourceConfiguration pDataSourceConfig, IPropertySet pIndexingConfig, IItemIndex pIItemIndex)
          Build index with indexing helper.
 

Field Detail

IID3b9ec21b_923c_48ec_b4f2_8c08b2678eb6

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

buildIndex

void buildIndex(IDataSourceConfiguration pDataSourceConfig,
                IPropertySet pIndexingConfig,
                IItemIndex pIItemIndex)
                throws java.io.IOException,
                       AutomationException
Build index with indexing helper.

Parameters:
pDataSourceConfig - A reference to a com.esri.arcgis.search.IDataSourceConfiguration (in)
pIndexingConfig - A reference to a com.esri.arcgis.system.IPropertySet (in)
pIItemIndex - A reference to a com.esri.arcgis.search.IItemIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.