com.esri.arcgis.search
Interface IGPItemIndexer2

All Superinterfaces:
IGPItemIndexer, java.io.Serializable
All Known Implementing Classes:
GPItemIndexer, IGPItemIndexer2Proxy

public interface IGPItemIndexer2
extends IGPItemIndexer, java.io.Serializable

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

Description: 'Provides access to GP 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 IIDe76ace8c_074c_4b5c_84b1_04ed7c5b2a7c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.search.IGPItemIndexer
IID289ea2b6_d185_40f7_b1e7_b2234ae1c9f6
 
Method Summary
 IItemIndex getItemIndex()
          The native item index.
 boolean isSkipConnections()
          Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 boolean isSkipMosaicItems()
          Indicates whether to skip mosaic dataset items when indexing.
 void setSkipConnections(boolean pSkipConnections)
          Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 void setSkipMosaicItems(boolean pSkipMosaicItems)
          Indicates whether to skip mosaic dataset items when indexing.
 
Methods inherited from interface com.esri.arcgis.search.IGPItemIndexer
addItemInfo, deleteItemInfo, getCount, getIndexFolder, getIndexName, getSDEConnection, indexItem, indexItems, isAncestorRegistered, isHasBeenIndexed, isUseQueue, isUseStaging, setIndexFolder, setIndexName, setSDEConnection, setUseQueue, setUseStaging, updateItemInfo, updateThumbnailInIndex
 

Field Detail

IIDe76ace8c_074c_4b5c_84b1_04ed7c5b2a7c

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

isSkipConnections

boolean isSkipConnections()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

Returns:
The pSkipConnections
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipConnections

void setSkipConnections(boolean pSkipConnections)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

Parameters:
pSkipConnections - The pSkipConnections (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSkipMosaicItems

boolean isSkipMosaicItems()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to skip mosaic dataset items when indexing.

Returns:
The pSkipMosaicItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipMosaicItems

void setSkipMosaicItems(boolean pSkipMosaicItems)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to skip mosaic dataset items when indexing.

Parameters:
pSkipMosaicItems - The pSkipMosaicItems (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemIndex

IItemIndex getItemIndex()
                        throws java.io.IOException,
                               AutomationException
The native item index.

Returns:
A reference to a com.esri.arcgis.search.IItemIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.