Interface ISearchOptions
-
- All Superinterfaces:
com4j.Com4jObject
public interface ISearchOptions extends com4j.Com4jObject
Options for controlling searches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
filter()
The TDFilter object that controls this search.void
filter(com4j.Com4jObject pFilter)
The TDFilter object that controls this search.java.lang.Object
property(int prop)
The search configuration flag.void
property(int prop, java.lang.Object pVal)
The search configuration flag.java.lang.String
text()
For HP use.
-
-
-
Method Detail
-
property
java.lang.Object property(int prop)
The search configuration flag.
Getter method for the COM property "Property"
- Parameters:
prop
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.Object
-
property
void property(int prop, java.lang.Object pVal)
The search configuration flag.
Setter method for the COM property "Property"
- Parameters:
prop
- Mandatory int parameter.pVal
- Mandatory java.lang.Object parameter.
-
filter
com4j.Com4jObject filter()
The TDFilter object that controls this search.
Getter method for the COM property "Filter"
- Returns:
- Returns a value of type com4j.Com4jObject
-
filter
void filter(com4j.Com4jObject pFilter)
The TDFilter object that controls this search.
Setter method for the COM property "Filter"
- Parameters:
pFilter
- Mandatory com4j.Com4jObject parameter.
-
text
java.lang.String text()
For HP use.
Getter method for the COM property "Text"
- Returns:
- Returns a value of type java.lang.String
-
-