|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataSourceConfiguration
COM Interface 'IDataSourceConfiguration'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description: 'Provides access to data source configuration.' 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 |
IIDcc8f1331_2bf5_4cad_b30c_ffcb95eb96b0
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Catalogpath of Data source. |
int |
getRepeatInterval()
Repeat interval of indexing. |
java.lang.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(java.lang.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(java.lang.String startTime)
Indexing start time. |
void |
setType(int type)
Data source type. |
| Field Detail |
|---|
static final int IIDcc8f1331_2bf5_4cad_b30c_ffcb95eb96b0
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.search.esriDataSourceType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPath(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRecursive()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRecursive(boolean recursive)
throws java.io.IOException,
AutomationException
recursive - The recursive (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReplaceItems()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplaceItems(boolean replaceItems)
throws java.io.IOException,
AutomationException
replaceItems - The replaceItems (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getStartTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartTime(java.lang.String startTime)
throws java.io.IOException,
AutomationException
startTime - The startTime (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRepeatInterval()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRepeatInterval(int repeatInterval)
throws java.io.IOException,
AutomationException
repeatInterval - The repeatInterval (in)
java.io.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 | ||||||||