|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearchServer
COM Interface 'ISearchServer'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description: 'Provides access to search server object.' 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 |
IID1b8a0e7c_63da_4d43_8463_dd64ff779849
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IStringArray |
getDataSourceList()
The list of dataSource path. |
IIndexingOptions |
getIndexingOptions()
The indexing options. |
IIndexingStatus |
getIndexingStatus()
The indexing status. |
void |
registerDataSource(IDataSourceConfiguration dataSourceConfiguration)
Register data source to index. |
void |
setIndexingOptions(IIndexingOptions pIndexingOptions)
The indexing options. |
void |
unregisterDataSource(java.lang.String path)
Unregister Data Source. |
Field Detail |
---|
static final int IID1b8a0e7c_63da_4d43_8463_dd64ff779849
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void registerDataSource(IDataSourceConfiguration dataSourceConfiguration) throws java.io.IOException, AutomationException
dataSourceConfiguration
- A reference to a com.esri.arcgis.search.IDataSourceConfiguration (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unregisterDataSource(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.IStringArray getDataSourceList() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingOptions getIndexingOptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexingOptions(IIndexingOptions pIndexingOptions) throws java.io.IOException, AutomationException
pIndexingOptions
- A reference to a com.esri.arcgis.search.IIndexingOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingStatus getIndexingStatus() throws java.io.IOException, AutomationException
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 |