com.esri.arcgis.search
Class IGPItemIndexer2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.IGPItemIndexerProxy
          extended by com.esri.arcgis.search.IGPItemIndexer2Proxy
All Implemented Interfaces:
IGPItemIndexer, IGPItemIndexer2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IGPItemIndexer2Proxy
extends IGPItemIndexerProxy
implements IGPItemIndexer2, 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.IGPItemIndexer2
IID, IIDe76ace8c_074c_4b5c_84b1_04ed7c5b2a7c
 
Fields inherited from interface com.esri.arcgis.search.IGPItemIndexer
IID289ea2b6_d185_40f7_b1e7_b2234ae1c9f6
 
Constructor Summary
  IGPItemIndexer2Proxy()
          Deprecated. For internal use only
  IGPItemIndexer2Proxy(java.lang.Object obj)
          Deprecated.  
protected IGPItemIndexer2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPItemIndexer2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPItemIndexer2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IItemIndex getItemIndex()
          Deprecated. The native item index.
 boolean isSkipConnections()
          Deprecated. Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 boolean isSkipMosaicItems()
          Deprecated. Indicates whether to skip mosaic dataset items when indexing.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setSkipConnections(boolean pSkipConnections)
          Deprecated. Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 void setSkipMosaicItems(boolean pSkipMosaicItems)
          Deprecated. Indicates whether to skip mosaic dataset items when indexing.
 
Methods inherited from class com.esri.arcgis.search.IGPItemIndexerProxy
addItemInfo, deleteItemInfo, getCount, getIndexFolder, getIndexName, getSDEConnection, indexItem, indexItems, isAncestorRegistered, isHasBeenIndexed, isUseQueue, isUseStaging, setIndexFolder, setIndexName, setSDEConnection, setUseQueue, setUseStaging, updateItemInfo, updateThumbnailInIndex
 
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.IGPItemIndexer
addItemInfo, deleteItemInfo, getCount, getIndexFolder, getIndexName, getSDEConnection, indexItem, indexItems, isAncestorRegistered, isHasBeenIndexed, isUseQueue, isUseStaging, setIndexFolder, setIndexName, setSDEConnection, setUseQueue, setUseStaging, updateItemInfo, updateThumbnailInIndex
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPItemIndexer2Proxy

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

IGPItemIndexer2Proxy

public IGPItemIndexer2Proxy()
Deprecated. 
For internal use only


IGPItemIndexer2Proxy

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

IGPItemIndexer2Proxy

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

IGPItemIndexer2Proxy

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

isSkipConnections

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

Specified by:
isSkipConnections in interface IGPItemIndexer2
Returns:
The pSkipConnections
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipConnections

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

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

isSkipMosaicItems

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

Specified by:
isSkipMosaicItems in interface IGPItemIndexer2
Returns:
The pSkipMosaicItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipMosaicItems

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

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

getItemIndex

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

Specified by:
getItemIndex in interface IGPItemIndexer2
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.