com.esri.arcgis.catalogUI
Interface ISearchEngineProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CatalogSearchEngine, FileSystemXmlSearchEngine, ISearchEnginePropertiesProxy, MetadataServiceEngine

public interface ISearchEngineProperties
extends java.io.Serializable

COM Interface 'ISearchEngineProperties'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that modify the search engine's property set.' 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 IIDb46f085c_db78_4862_a391_fcfdc92c62cb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void edit(int parentHWnd)
          Opens a dialog box that lets a user set the search engine's properties.
 java.lang.String getLocationString()
          Starting location of a search.
 void load(IPropertySet pPropertySet)
          Loads the search engine properties from the given property set.
 void save(IPropertySet pPropertySet)
          Saves the search engine properties to the given property set.
 void setLocationString(java.lang.String pLocation)
          Starting location of a search.
 

Field Detail

IIDb46f085c_db78_4862_a391_fcfdc92c62cb

static final int IIDb46f085c_db78_4862_a391_fcfdc92c62cb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

edit

void edit(int parentHWnd)
          throws java.io.IOException,
                 AutomationException
Opens a dialog box that lets a user set the search engine's properties.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(IPropertySet pPropertySet)
          throws java.io.IOException,
                 AutomationException
Loads the search engine properties from the given property set.

Parameters:
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

void save(IPropertySet pPropertySet)
          throws java.io.IOException,
                 AutomationException
Saves the search engine properties to the given property set.

Parameters:
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocationString

java.lang.String getLocationString()
                                   throws java.io.IOException,
                                          AutomationException
Starting location of a search.

Returns:
The pLocation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationString

void setLocationString(java.lang.String pLocation)
                       throws java.io.IOException,
                              AutomationException
Starting location of a search.

Parameters:
pLocation - The pLocation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.