|
|||||||||
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
COM Class 'FileSystemXmlSearchEngine'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'A search engine that looks on the file system for XML files that match the search criteria.' 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 |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.ISearchEngine |
---|
IID, IIDd18306a2_9d3c_11d3_a6cb_0008c7d3ae50, xxDummy |
Fields inherited from interface com.esri.arcgis.catalogUI.ISearchEngineProperties |
---|
IID, IIDb46f085c_db78_4862_a391_fcfdc92c62cb, xxDummy |
Fields inherited from interface com.esri.arcgis.catalogUI.IFileSystemQuery |
---|
IID, IID4ea3e4ec_9dfa_11d3_a6cb_0008c7d3ae50, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
Constructor Summary | |
---|---|
FileSystemXmlSearchEngine()
Constructs a FileSystemXmlSearchEngine using ArcGIS Engine. |
|
FileSystemXmlSearchEngine(java.lang.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(java.lang.Object o)
Compare this object with another |
void |
executeAsynchronous()
Executes the query asynchronously. |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getLocation()
Starting location of a search. |
java.lang.String |
getLocationString()
Starting location of a search. |
java.lang.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 |
release()
Release a FileSystemXmlSearchEngine. |
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(java.lang.String location)
Starting location of a search. |
void |
setLocationString(java.lang.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 |
Constructor Detail |
---|
public FileSystemXmlSearchEngine() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic FileSystemXmlSearchEngine(java.lang.Object obj) throws java.io.IOException
FileSystemXmlSearchEngine theFileSystemXmlSearchEngine = (FileSystemXmlSearchEngine) obj;
obj
to FileSystemXmlSearchEngine
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void addISearchEngineEventsListener(ISearchEngineEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.catalogUI.ISearchEngineEvents interface.
java.io.IOException
- If there are communications problems.public void removeISearchEngineEventsListener(ISearchEngineEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.catalogUI.ISearchEngineEvents interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ISearchEngine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnabled(boolean isEnabled) throws java.io.IOException, AutomationException
setEnabled
in interface ISearchEngine
isEnabled
- The isEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws java.io.IOException, AutomationException
isEnabled
in interface ISearchEngine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryByRef(IQuery rhs1) throws java.io.IOException, AutomationException
setQueryByRef
in interface ISearchEngine
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.public void executeAsynchronous() throws java.io.IOException, AutomationException
executeAsynchronous
in interface ISearchEngine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws java.io.IOException, AutomationException
stop
in interface ISearchEngine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExecuting() throws java.io.IOException, AutomationException
isExecuting
in interface ISearchEngine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void edit(int parentHWnd) throws java.io.IOException, AutomationException
edit
in interface ISearchEngineProperties
parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IPropertySet pPropertySet) throws java.io.IOException, AutomationException
load
in interface ISearchEngineProperties
pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IPropertySet pPropertySet) throws java.io.IOException, AutomationException
save
in interface ISearchEngineProperties
pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLocationString() throws java.io.IOException, AutomationException
getLocationString
in interface ISearchEngineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocationString(java.lang.String pLocation) throws java.io.IOException, AutomationException
setLocationString
in interface ISearchEngineProperties
pLocation
- The pLocation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLocation() throws java.io.IOException, AutomationException
getLocation
in interface IFileSystemQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocation(java.lang.String location) throws java.io.IOException, AutomationException
setLocation
in interface IFileSystemQuery
location
- The location (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIncludeSubFolders() throws java.io.IOException, AutomationException
isIncludeSubFolders
in interface IFileSystemQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIncludeSubFolders(boolean includeSubFolders) throws java.io.IOException, AutomationException
setIncludeSubFolders
in interface IFileSystemQuery
includeSubFolders
- The includeSubFolders (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws java.io.IOException, AutomationException
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws java.io.IOException, AutomationException
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)
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 |