public interface IFullTextFilterDef
extends java.io.Serializable
Description: 'Provides access to FullText filter definition properties.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDed5af777_c0b9_4c71_96e4_3e845efd2299 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addSearchTerm(IFullTextSearchTerm searchTerm)
Adds a search term to the set of search terms.
|
java.lang.String |
getFullTextSearchExpression()
Deserialize the JSON format full text search expression.
|
IFullTextSearchTerm |
getSearchTerm(int index)
The search term at the given index.
|
int |
getSearchTermCount()
The search term count.
|
void |
setFullTextSearchExpression(java.lang.String searchExpression)
Deserialize the JSON format full text search expression.
|
static final int IIDed5af777_c0b9_4c71_96e4_3e845efd2299
static final int xxDummy
static final java.lang.String IID
void addSearchTerm(IFullTextSearchTerm searchTerm) throws java.io.IOException, AutomationException
searchTerm
- A reference to a com.esri.arcgis.geodatabase.IFullTextSearchTerm (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSearchTermCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFullTextSearchTerm getSearchTerm(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFullTextSearchExpression(java.lang.String searchExpression) throws java.io.IOException, AutomationException
searchExpression
- The searchExpression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFullTextSearchExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.