com.esri.arcgis.search
Interface IIndexingOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIndexingOptionsProxy, IndexingOptions

public interface IIndexingOptions
extends java.io.Serializable

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

Description: 'Provides access to indexing options object.' 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 IID1f12dc45_a7a1_4504_ac1b_6e52dd5b12f9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFullIndexInterval()
          Full index interval.
 int getIncrementalIndexInterval()
          Incremental index interval.
 java.lang.String getStartTime()
          Index start time.
 void setFullIndexInterval(int pInterval)
          Full index interval.
 void setIncrementalIndexInterval(int pInterval)
          Incremental index interval.
 void setStartTime(java.lang.String startTime)
          Index start time.
 

Field Detail

IID1f12dc45_a7a1_4504_ac1b_6e52dd5b12f9

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

getIncrementalIndexInterval

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

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

setIncrementalIndexInterval

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

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

getFullIndexInterval

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

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

setFullIndexInterval

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

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

getStartTime

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

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

setStartTime

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

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