com.esri.arcgis.search
Interface IIndexingConfiguration2

All Superinterfaces:
IIndexingConfiguration, java.io.Serializable
All Known Subinterfaces:
IIndexingConfiguration3
All Known Implementing Classes:
IIndexingConfiguration2Proxy, IIndexingConfiguration3Proxy

public interface IIndexingConfiguration2
extends IIndexingConfiguration, java.io.Serializable

COM Interface 'IIndexingConfiguration2'. Generated 3/19/2015 1:21:02 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID800fec88_4fed_40a5_9798_9be7bf73e051
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.search.IIndexingConfiguration
IID804c00d1_dcd8_4c7a_8f95_0af743e22ee0
 
Method Summary
 boolean isGenerateThumbnails()
          Indicates whether to generate thumbnails after indexing.
 void loadConfigFile()
          Loads current index configuration settings.
 void resetConfigFile()
          Deletes existing index configuration file and creates a new one with default settings.
 void setGenerateThumbnails(boolean generateThumbnails)
          Indicates whether to generate thumbnails after indexing.
 
Methods inherited from interface com.esri.arcgis.search.IIndexingConfiguration
getFilter, getFullIndexInterval, getIncrementalIndexInterval, getPaths, getStartTime, isPaused, isRecursive, isReplaceIndex, isReplaceItems, isSkipConnections, isWasRunning, setFilter, setFullIndexInterval, setIncrementalIndexInterval, setIsPaused, setPaths, setRecursive, setReplaceIndex, setReplaceItems, setSkipConnections, setStartTime, setWasRunning
 

Field Detail

IID800fec88_4fed_40a5_9798_9be7bf73e051

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

isGenerateThumbnails

boolean isGenerateThumbnails()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether to generate thumbnails after indexing.

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

setGenerateThumbnails

void setGenerateThumbnails(boolean generateThumbnails)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether to generate thumbnails after indexing.

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

loadConfigFile

void loadConfigFile()
                    throws java.io.IOException,
                           AutomationException
Loads current index configuration settings.

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

resetConfigFile

void resetConfigFile()
                     throws java.io.IOException,
                            AutomationException
Deletes existing index configuration file and creates a new one with default settings.

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