|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.FileSystemXmlSearchEngine
public class FileSystemXmlSearchEngine
A search engine that looks on the file system for XML files that match the search criteria.
Constructor Summary | |
---|---|
FileSystemXmlSearchEngine()
Constructs a FileSystemXmlSearchEngine using ArcGIS Engine. |
|
FileSystemXmlSearchEngine(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FileSystemXmlSearchEngine theFileSystemXmlSearchEngine = (FileSystemXmlSearchEngine) obj; |
Method Summary | |
---|---|
void |
addISearchEngineEventsListener(ISearchEngineEvents theListener)
addISearchEngineEventsListener. |
void |
edit(int parentHWnd)
Opens a dialog box that lets a user set the search engine's properties. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
executeAsynchronous()
Executes the query asynchronously. |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static String |
getClsid()
getClsid. |
String |
getLocation()
Starting location of a search. |
String |
getLocationString()
Starting location of a search. |
String |
getName()
Name of the search engine. |
int |
hashCode()
the hashcode for this object |
boolean |
isEnabled()
Indicates if the search engine is enabled. |
boolean |
isExecuting()
Indicates if the search is currently executing. |
boolean |
isIncludeSubFolders()
Indicates if subfolders will be searched. |
void |
load(IPropertySet pPropertySet)
Loads the search engine properties from the given property set. |
void |
removeISearchEngineEventsListener(ISearchEngineEvents theListener)
removeISearchEngineEventsListener. |
void |
save(IPropertySet pPropertySet)
Saves the search engine properties to the given property set. |
void |
setEnabled(boolean isEnabled)
Indicates if the search engine is enabled. |
void |
setIncludeSubFolders(boolean includeSubFolders)
Indicates if subfolders will be searched. |
void |
setLocation(String location)
Starting location of a search. |
void |
setLocationString(String pLocation)
Starting location of a search. |
void |
setQueryByRef(IQuery rhs1)
Query that will be executed. |
void |
stop()
Cancels an ongoing search (if it is currently executing). |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public FileSystemXmlSearchEngine() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic FileSystemXmlSearchEngine(Object obj) throws IOException
FileSystemXmlSearchEngine theFileSystemXmlSearchEngine = (FileSystemXmlSearchEngine) obj;
obj
to FileSystemXmlSearchEngine
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void addISearchEngineEventsListener(ISearchEngineEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.catalogUI.ISearchEngineEvents interface.
IOException
- If there are communications problems.public void removeISearchEngineEventsListener(ISearchEngineEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.catalogUI.ISearchEngineEvents interface.
IOException
- If there are communications problems.public String getName() throws IOException, AutomationException
getName
in interface ISearchEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnabled(boolean isEnabled) throws IOException, AutomationException
setEnabled
in interface ISearchEngine
isEnabled
- The isEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws IOException, AutomationException
isEnabled
in interface ISearchEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryByRef(IQuery rhs1) throws IOException, AutomationException
setQueryByRef
in interface ISearchEngine
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.public void executeAsynchronous() throws IOException, AutomationException
executeAsynchronous
in interface ISearchEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws IOException, AutomationException
stop
in interface ISearchEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExecuting() throws IOException, AutomationException
isExecuting
in interface ISearchEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void edit(int parentHWnd) throws IOException, AutomationException
edit
in interface ISearchEngineProperties
parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IPropertySet pPropertySet) throws IOException, AutomationException
load
in interface ISearchEngineProperties
pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IPropertySet pPropertySet) throws IOException, AutomationException
save
in interface ISearchEngineProperties
pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLocationString() throws IOException, AutomationException
getLocationString
in interface ISearchEngineProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocationString(String pLocation) throws IOException, AutomationException
setLocationString
in interface ISearchEngineProperties
pLocation
- The pLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLocation() throws IOException, AutomationException
getLocation
in interface IFileSystemQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocation(String location) throws IOException, AutomationException
setLocation
in interface IFileSystemQuery
location
- The location (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIncludeSubFolders() throws IOException, AutomationException
isIncludeSubFolders
in interface IFileSystemQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIncludeSubFolders(boolean includeSubFolders) throws IOException, AutomationException
setIncludeSubFolders
in interface IFileSystemQuery
includeSubFolders
- The includeSubFolders (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
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 |