public class FullTextSearchTerm extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IFullTextSearchTerm, IClone
Description 'Esri FullText Search Term object.' 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 =
IID, IID6dca7d4b_13f9_45c5_a532_8ebc2d6cd022, xxDummyIID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy| Constructor and Description |
|---|
FullTextSearchTerm()
Constructs a FullTextSearchTerm using ArcGIS Engine.
|
FullTextSearchTerm(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
FullTextSearchTerm theFullTextSearchTerm = (FullTextSearchTerm) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(java.lang.String fieldName)
Adds a field name to array of fields to search against.
|
void |
assign(IClone src)
Assigns the properties of src to the receiver.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone.
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getField(int index)
The field name at the given index.
|
int |
getFieldCount()
The field name count.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getSearchOperator()
The boolean operator used between terms in a keyword search.
|
java.lang.String |
getSearchTerm()
The search term.
|
int |
getSearchType()
The search term modifier to apply against the search term.
|
java.lang.String |
getSearchWhere()
The search where clause.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties.
|
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object.
|
void |
release()
Release this COM object reference
|
void |
setSearchOperator(int searchOperator)
The boolean operator used between terms in a keyword search.
|
void |
setSearchTerm(java.lang.String searchTerm)
The search term.
|
void |
setSearchType(int searchType)
The search term modifier to apply against the search term.
|
void |
setSearchWhere(java.lang.String searchWhere)
The search where clause.
|
public FullTextSearchTerm()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic FullTextSearchTerm(java.lang.Object obj)
throws java.io.IOException
FullTextSearchTerm theFullTextSearchTerm = (FullTextSearchTerm) obj;obj to FullTextSearchTerm.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void addField(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
addField in interface IFullTextSearchTermfieldName - The fieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFieldCount()
throws java.io.IOException,
AutomationException
getFieldCount in interface IFullTextSearchTermjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getField(int index)
throws java.io.IOException,
AutomationException
getField in interface IFullTextSearchTermindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSearchTerm(java.lang.String searchTerm)
throws java.io.IOException,
AutomationException
setSearchTerm in interface IFullTextSearchTermsearchTerm - The searchTerm (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSearchTerm()
throws java.io.IOException,
AutomationException
getSearchTerm in interface IFullTextSearchTermjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSearchType(int searchType)
throws java.io.IOException,
AutomationException
setSearchType in interface IFullTextSearchTermsearchType - A com.esri.arcgis.geodatabase.esriFullTextSearchType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSearchType()
throws java.io.IOException,
AutomationException
getSearchType in interface IFullTextSearchTermjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSearchWhere(java.lang.String searchWhere)
throws java.io.IOException,
AutomationException
setSearchWhere in interface IFullTextSearchTermsearchWhere - The searchWhere (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSearchWhere()
throws java.io.IOException,
AutomationException
getSearchWhere in interface IFullTextSearchTermjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSearchOperator(int searchOperator)
throws java.io.IOException,
AutomationException
setSearchOperator in interface IFullTextSearchTermsearchOperator - A com.esri.arcgis.geodatabase.esriFullTextSearchOperator constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSearchOperator()
throws java.io.IOException,
AutomationException
getSearchOperator in interface IFullTextSearchTermjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.