com.esri.arcgis.search
Class IIndexingConfigurationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.IIndexingConfigurationProxy
All Implemented Interfaces:
IIndexingConfiguration, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IIndexingConfiguration2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IIndexingConfiguration'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to the IndexingConfiguration Interface.' 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 IIndexingConfigurationProxy
extends com.esri.arcgis.interop.Dispatch
implements IIndexingConfiguration, 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.IIndexingConfiguration
IID, IID804c00d1_dcd8_4c7a_8f95_0af743e22ee0
 
Constructor Summary
  IIndexingConfigurationProxy()
          Deprecated. For internal use only
  IIndexingConfigurationProxy(java.lang.Object obj)
          Deprecated.  
protected IIndexingConfigurationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IIndexingConfigurationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IIndexingConfigurationProxy(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.  
 java.lang.String getFilter()
          Deprecated. File extensions to be filtered out.
 int getFullIndexInterval()
          Deprecated. Full index interval.
 int getIncrementalIndexInterval()
          Deprecated. Incremental index interval.
 IStringArray getPaths()
          Deprecated. The target paths to be indexed.
 java.lang.String getStartTime()
          Deprecated. Index start time.
 boolean isPaused()
          Deprecated. Indicates whether to pause indexing until instructed to resume.
 boolean isRecursive()
          Deprecated. Indicates whether to recursively get the children of target path.
 boolean isReplaceIndex()
          Deprecated. Indicates whether to replace existing index.
 boolean isReplaceItems()
          Deprecated. Indicates whether to replace existing items.
 boolean isSkipConnections()
          Deprecated. Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 boolean isWasRunning()
          Deprecated. Indicates whether the indexer was running when it was paused.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFilter(java.lang.String pFilter)
          Deprecated. File extensions to be filtered out.
 void setFullIndexInterval(int pInterval)
          Deprecated. Full index interval.
 void setIncrementalIndexInterval(int pInterval)
          Deprecated. Incremental index interval.
 void setIsPaused(boolean pPaused)
          Deprecated. Indicates whether to pause indexing until instructed to resume.
 void setPaths(IStringArray ppPaths)
          Deprecated. The target paths to be indexed.
 void setRecursive(boolean pRecursive)
          Deprecated. Indicates whether to recursively get the children of target path.
 void setReplaceIndex(boolean pReplaceIndex)
          Deprecated. Indicates whether to replace existing index.
 void setReplaceItems(boolean pReplaceItems)
          Deprecated. Indicates whether to replace existing items.
 void setSkipConnections(boolean pSkip)
          Deprecated. Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 void setStartTime(java.lang.String startTime)
          Deprecated. Index start time.
 void setWasRunning(boolean pRunning)
          Deprecated. Indicates whether the indexer was running when it was paused.
 
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

IIndexingConfigurationProxy

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

IIndexingConfigurationProxy

public IIndexingConfigurationProxy()
Deprecated. 
For internal use only


IIndexingConfigurationProxy

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

IIndexingConfigurationProxy

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

IIndexingConfigurationProxy

protected IIndexingConfigurationProxy(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

getPaths

public IStringArray getPaths()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The target paths to be indexed.

Specified by:
getPaths in interface IIndexingConfiguration
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.

setPaths

public void setPaths(IStringArray ppPaths)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The target paths to be indexed.

Specified by:
setPaths in interface IIndexingConfiguration
Parameters:
ppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilter

public java.lang.String getFilter()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
File extensions to be filtered out.

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

setFilter

public void setFilter(java.lang.String pFilter)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
File extensions to be filtered out.

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

isRecursive

public boolean isRecursive()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether to recursively get the children of target path.

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

setRecursive

public void setRecursive(boolean pRecursive)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether to recursively get the children of target path.

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

isReplaceIndex

public boolean isReplaceIndex()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to replace existing index.

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

setReplaceIndex

public void setReplaceIndex(boolean pReplaceIndex)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether to replace existing index.

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

isReplaceItems

public boolean isReplaceItems()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to replace existing items.

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

setReplaceItems

public void setReplaceItems(boolean pReplaceItems)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether to replace existing items.

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

getIncrementalIndexInterval

public int getIncrementalIndexInterval()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Incremental index interval.

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

setIncrementalIndexInterval

public void setIncrementalIndexInterval(int pInterval)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Incremental index interval.

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

getFullIndexInterval

public int getFullIndexInterval()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Full index interval.

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

setFullIndexInterval

public void setFullIndexInterval(int pInterval)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Full index interval.

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

getStartTime

public java.lang.String getStartTime()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Index start time.

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

setStartTime

public void setStartTime(java.lang.String startTime)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Index start time.

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

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 IIndexingConfiguration
Returns:
The pSkip
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipConnections

public void setSkipConnections(boolean pSkip)
                        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 IIndexingConfiguration
Parameters:
pSkip - The pSkip (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPaused

public boolean isPaused()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether to pause indexing until instructed to resume.

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

setIsPaused

public void setIsPaused(boolean pPaused)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether to pause indexing until instructed to resume.

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

isWasRunning

public boolean isWasRunning()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether the indexer was running when it was paused.

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

setWasRunning

public void setWasRunning(boolean pRunning)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether the indexer was running when it was paused.

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