|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISearchEngine
COM Interface 'ISearchEngine'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description: 'Provides access to members that control the operation of the search engine.' 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 |
IIDd18306a2_9d3c_11d3_a6cb_0008c7d3ae50
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
executeAsynchronous()
Executes the query asynchronously. |
java.lang.String |
getName()
Name of the search engine. |
boolean |
isEnabled()
Indicates if the search engine is enabled. |
boolean |
isExecuting()
Indicates if the search is currently executing. |
void |
setEnabled(boolean isEnabled)
Indicates if the search engine is enabled. |
void |
setQueryByRef(IQuery rhs1)
Query that will be executed. |
void |
stop()
Cancels an ongoing search (if it is currently executing). |
| Field Detail |
|---|
static final int IIDd18306a2_9d3c_11d3_a6cb_0008c7d3ae50
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnabled(boolean isEnabled)
throws java.io.IOException,
AutomationException
isEnabled - The isEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryByRef(IQuery rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.catalog.IQuery (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void executeAsynchronous()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stop()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExecuting()
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 | ||||||||