Oracle Ultra Search APIs
9.2

Package 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.

See:
          Description

Interface Summary
Query A search criteria or constraint.
 
Class Summary
AllOf Find documents with an attribute that has all of the values in a set.
And Combine two or more queries using logical AND.
AnyOf Find documents with an attribute that has at least one of a set of values.
Attribute An attribute is a key used to refer to some property of a document.
AttributeLOV A list of values (LOV) for an attribute.
Between Find documents that has an attribute value within a range.
Contains Find documents that contains some text within its content, or its string attributes.
DateAttribute Class DateAttribute represents an attribute that takes Date values.
DisplayUtil Class DisplayUtil provides methods to display table and file data source contents.
Document A document returned from a search.
EmailHeader This class represents the email header information used by the email browser.
EmailSource This class models an email data source.
EmailUtil This class implements the Ultra Search Java Email Utility API.
Equals Find documents with an attribute that equals a value.
From Find documents within a group or a set of groups.
GreaterThan Class GreaterThan narrows the attribute to bigger values.
Group Class Group represent an abstract collection of documents.
Instance An instance to search on.
InstanceMetaData Class InstanceMetaData provides comprehensive information about an instance: attributes, groups, lovs, languages and display names.
LessThan Class LessThan narrows the attribute to smaller values.
NumberAttribute Class NumberAttribute represents an attribute that takes BigDecimal values.
Or Combine two or more queries using logical OR.
QueryInstance QueryInstance provides JDBC connection management on top of Instance.
Result A result provides access to a search result.
StringAttribute Class StringAttribute represents an attribute that takes string values.
Util Utility class for some useful methods.
 
Exception Summary
BadURLException Thrown when the user tries to submit an invalid URL.
SearchException Thrown when a search encounters errors.
SubmitDisabledException Thrown when administrator has disabled this feature.
SubmitURLException Thrown when submit url encounters errors.
TypeMismatchException Thrown when there is a type mismatch between a value and an attribute.
 

Package oracle.ultrasearch.query Description

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. The Query API is used to obtain query results. The Email API is used to display emails that are referenced by query results.


Oracle Ultra Search APIs
9.2