Oracle Ultra Search APIs
9.2

Uses of Class
oracle.ultrasearch.query.StringAttribute

Packages that use StringAttribute
oracle.ultrasearch.query This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release. 
 

Uses of StringAttribute in oracle.ultrasearch.query
 
Methods in oracle.ultrasearch.query that return StringAttribute
 StringAttribute InstanceMetaData.getStringAttribute(java.lang.String name)
          Get a string attribute from Ultra Search using an attribute name (not display name).
 
Methods in oracle.ultrasearch.query with parameters of type StringAttribute
 java.lang.String Contains.expand(StringAttribute att, java.lang.String str, InstanceMetaData instmd)
          Translate an user's attribute contains query string into a text query The default translator uses + and -, see Ultra Search sample query documentation.
 
Constructors in oracle.ultrasearch.query with parameters of type StringAttribute
Equals.Equals(StringAttribute att, java.lang.String s)
          Construct a Equals query on a StringAttribute.
Contains.Contains(StringAttribute att, java.lang.String val, InstanceMetaData instmd)
          Construct a contains query on a string attribute.
AllOf.AllOf(StringAttribute att, java.lang.String[] vals)
          Construct an AllOf query on a StringAttribute
AnyOf.AnyOf(StringAttribute att, java.lang.String[] vals)
          Construct an AnyOf query on a StringAttribute
 
Oracle Ultra Search APIs
9.2