|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSourceConfiguration
Provides access to data source configuration.
Method Summary | |
---|---|
String |
getPath()
Catalogpath of Data source. |
int |
getRepeatInterval()
Repeat interval of indexing. |
String |
getStartTime()
Indexing start time. |
int |
getType()
Data source type. |
boolean |
isRecursive()
Indicates whether it is revursive index. |
boolean |
isReplaceItems()
Indicates whether it replaces existing index. |
void |
setPath(String path)
Catalogpath of Data source. |
void |
setRecursive(boolean recursive)
Indicates whether it is revursive index. |
void |
setRepeatInterval(int repeatInterval)
Repeat interval of indexing. |
void |
setReplaceItems(boolean replaceItems)
Indicates whether it replaces existing index. |
void |
setStartTime(String startTime)
Indexing start time. |
void |
setType(int type)
Data source type. |
Method Detail |
---|
int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.search.esriDataSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPath(String path) throws IOException, AutomationException
path
- The path (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 recursive) throws IOException, AutomationException
recursive
- The recursive (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 replaceItems) throws IOException, AutomationException
replaceItems
- The replaceItems (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.int getRepeatInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRepeatInterval(int repeatInterval) throws IOException, AutomationException
repeatInterval
- The repeatInterval (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 |