com.esri.arcgis.search
Interface IIndexingOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
IndexingOptions

public interface IIndexingOptions
extends Serializable

Provides access to indexing options object.


Method Summary
 int getFullIndexInterval()
          Full index interval.
 int getIncrementalIndexInterval()
          Incremental index interval.
 String getStartTime()
          Index start time.
 void setFullIndexInterval(int pInterval)
          Full index interval.
 void setIncrementalIndexInterval(int pInterval)
          Incremental index interval.
 void setStartTime(String startTime)
          Index start time.
 

Method Detail

getIncrementalIndexInterval

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

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

setIncrementalIndexInterval

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

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

getFullIndexInterval

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

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

setFullIndexInterval

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

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

getStartTime

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

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

setStartTime

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

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