|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearchEngine
Provides access to members that control the operation of the search engine.
Method Summary | |
---|---|
void |
executeAsynchronous()
Executes the query asynchronously. |
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). |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnabled(boolean isEnabled) throws IOException, AutomationException
isEnabled
- The isEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryByRef(IQuery rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.catalog.IQuery (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void executeAsynchronous() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExecuting() throws IOException, AutomationException
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 |