|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIndexingConfiguration
Provides access to the IndexingConfiguration Interface.
| Method Summary | |
|---|---|
String |
getFilter()
File extensions to be filtered out. |
int |
getFullIndexInterval()
Full index interval. |
int |
getIncrementalIndexInterval()
Incremental index interval. |
IStringArray |
getPaths()
The target paths to be indexed. |
String |
getStartTime()
Index start time. |
boolean |
isPaused()
Indicates whether to pause indexing until instructed to resume. |
boolean |
isRecursive()
Indicates whether to recursively get the children of target path. |
boolean |
isReplaceIndex()
Indicates whether to replace existing index. |
boolean |
isReplaceItems()
Indicates whether to replace existing items. |
boolean |
isSkipConnections()
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations. |
boolean |
isWasRunning()
Indicates whether the indexer was running when it was paused. |
void |
setFilter(String pFilter)
File extensions to be filtered out. |
void |
setFullIndexInterval(int pInterval)
Full index interval. |
void |
setIncrementalIndexInterval(int pInterval)
Incremental index interval. |
void |
setIsPaused(boolean pPaused)
Indicates whether to pause indexing until instructed to resume. |
void |
setPaths(IStringArray ppPaths)
The target paths to be indexed. |
void |
setRecursive(boolean pRecursive)
Indicates whether to recursively get the children of target path. |
void |
setReplaceIndex(boolean pReplaceIndex)
Indicates whether to replace existing index. |
void |
setReplaceItems(boolean pReplaceItems)
Indicates whether to replace existing items. |
void |
setSkipConnections(boolean pSkip)
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations. |
void |
setStartTime(String startTime)
Index start time. |
void |
setWasRunning(boolean pRunning)
Indicates whether the indexer was running when it was paused. |
| Method Detail |
|---|
IStringArray getPaths()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPaths(IStringArray ppPaths)
throws IOException,
AutomationException
ppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFilter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilter(String pFilter)
throws IOException,
AutomationException
pFilter - The pFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRecursive()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRecursive(boolean pRecursive)
throws IOException,
AutomationException
pRecursive - The pRecursive (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReplaceIndex()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplaceIndex(boolean pReplaceIndex)
throws IOException,
AutomationException
pReplaceIndex - The pReplaceIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReplaceItems()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplaceItems(boolean pReplaceItems)
throws IOException,
AutomationException
pReplaceItems - The pReplaceItems (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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.
boolean isSkipConnections()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSkipConnections(boolean pSkip)
throws IOException,
AutomationException
pSkip - The pSkip (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPaused()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsPaused(boolean pPaused)
throws IOException,
AutomationException
pPaused - The pPaused (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isWasRunning()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWasRunning(boolean pRunning)
throws IOException,
AutomationException
pRunning - The pRunning (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 | ||||||||