com.esri.arcgis.search
Class IGPItemIndexerProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IGPItemIndexer'. 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 IGPItemIndexerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPItemIndexer, 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.IGPItemIndexer
IID, IID289ea2b6_d185_40f7_b1e7_b2234ae1c9f6
 
Constructor Summary
  IGPItemIndexerProxy()
          Deprecated. For internal use only
  IGPItemIndexerProxy(java.lang.Object obj)
          Deprecated.  
protected IGPItemIndexerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPItemIndexerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPItemIndexerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addItemInfo(IItemInfo pItemInfo, boolean replaceItems, java.lang.String indexPath, java.lang.String sDEConnection, java.lang.String[] pGuid)
          Deprecated. Add ItemInfo to Index File.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void deleteItemInfo(java.lang.String indexPath, java.lang.String pGuid)
          Deprecated. Delete ItemInfo from Index File.
 int getCount()
          Deprecated. Total indexed items count.
 java.lang.String getIndexFolder()
          Deprecated. Name of the index folder.
 java.lang.String getIndexName()
          Deprecated. Name of the index.
 java.lang.String getSDEConnection()
          Deprecated. SDE Connection file.
 void indexItem(java.lang.String path)
          Deprecated. Index Item without children with passed in catalogpath.
 void indexItems(java.lang.String path, boolean replaceIndex, boolean recursive, boolean useStaging, java.lang.String indexPath, boolean useQueue)
          Deprecated. The Build ItemInfos..
 boolean isAncestorRegistered(IItemInfo pItemInfo)
          Deprecated. Indicates whether the ancestor of this ItemInfo has been registered to be indexed.
 boolean isHasBeenIndexed(IItemInfo pItemInfo)
          Deprecated. Indicates whether the current item has been indexed.
 boolean isUseQueue()
          Deprecated. Indicates whether queue is used during index.
 boolean isUseStaging()
          Deprecated. Indicates whether staging is used during index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setIndexFolder(java.lang.String pFolderName)
          Deprecated. Name of the index folder.
 void setIndexName(java.lang.String pName)
          Deprecated. Name of the index.
 void setSDEConnection(java.lang.String pName)
          Deprecated. SDE Connection file.
 void setUseQueue(boolean useQueue)
          Deprecated. Indicates whether queue is used during index.
 void setUseStaging(boolean pUseStaging)
          Deprecated. Indicates whether staging is used during index.
 void updateItemInfo(IItemInfo pItemInfo)
          Deprecated. Update the index.
 void updateThumbnailInIndex(java.lang.String path)
          Deprecated. Update Thumbnail of a ItemInfo by passing in a catalogpath.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPItemIndexerProxy

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

IGPItemIndexerProxy

public IGPItemIndexerProxy()
Deprecated. 
For internal use only


IGPItemIndexerProxy

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

IGPItemIndexerProxy

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

IGPItemIndexerProxy

protected IGPItemIndexerProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

indexItems

public void indexItems(java.lang.String path,
                       boolean replaceIndex,
                       boolean recursive,
                       boolean useStaging,
                       java.lang.String indexPath,
                       boolean useQueue)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The Build ItemInfos..

Specified by:
indexItems in interface IGPItemIndexer
Parameters:
path - The path (in)
replaceIndex - The replaceIndex (in)
recursive - The recursive (in)
useStaging - The useStaging (in)
indexPath - The indexPath (in)
useQueue - The useQueue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addItemInfo

public void addItemInfo(IItemInfo pItemInfo,
                        boolean replaceItems,
                        java.lang.String indexPath,
                        java.lang.String sDEConnection,
                        java.lang.String[] pGuid)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Add ItemInfo to Index File.

Specified by:
addItemInfo in interface IGPItemIndexer
Parameters:
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
replaceItems - The replaceItems (in)
indexPath - The indexPath (in)
sDEConnection - The sDEConnection (in)
pGuid - The pGuid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteItemInfo

public void deleteItemInfo(java.lang.String indexPath,
                           java.lang.String pGuid)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Delete ItemInfo from Index File.

Specified by:
deleteItemInfo in interface IGPItemIndexer
Parameters:
indexPath - The indexPath (in)
pGuid - The pGuid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfo

public void updateItemInfo(IItemInfo pItemInfo)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Update the index.

Specified by:
updateItemInfo in interface IGPItemIndexer
Parameters:
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

indexItem

public void indexItem(java.lang.String path)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Index Item without children with passed in catalogpath.

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

updateThumbnailInIndex

public void updateThumbnailInIndex(java.lang.String path)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Update Thumbnail of a ItemInfo by passing in a catalogpath.

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

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Total indexed items count.

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

isAncestorRegistered

public boolean isAncestorRegistered(IItemInfo pItemInfo)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the ancestor of this ItemInfo has been registered to be indexed.

Specified by:
isAncestorRegistered in interface IGPItemIndexer
Parameters:
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
Returns:
The pRegistered
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasBeenIndexed

public boolean isHasBeenIndexed(IItemInfo pItemInfo)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether the current item has been indexed.

Specified by:
isHasBeenIndexed in interface IGPItemIndexer
Parameters:
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
Returns:
The pIndexed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseStaging

public boolean isUseStaging()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether staging is used during index.

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

setUseStaging

public void setUseStaging(boolean pUseStaging)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether staging is used during index.

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

isUseQueue

public boolean isUseQueue()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether queue is used during index.

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

setUseQueue

public void setUseQueue(boolean useQueue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether queue is used during index.

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

getIndexFolder

public java.lang.String getIndexFolder()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Name of the index folder.

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

setIndexFolder

public void setIndexFolder(java.lang.String pFolderName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Name of the index folder.

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

getIndexName

public java.lang.String getIndexName()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Name of the index.

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

setIndexName

public void setIndexName(java.lang.String pName)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Name of the index.

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

getSDEConnection

public java.lang.String getSDEConnection()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
SDE Connection file.

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

setSDEConnection

public void setSDEConnection(java.lang.String pName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
SDE Connection file.

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