|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexingOptions
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 |
---|
int getIncrementalIndexInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncrementalIndexInterval(int pInterval) throws IOException, AutomationException
pInterval
- The pInterval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFullIndexInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullIndexInterval(int pInterval) throws IOException, AutomationException
pInterval
- The pInterval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStartTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartTime(String startTime) throws IOException, AutomationException
startTime
- The startTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |