|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
CtxContains | Construct a Query object based on any Oracle Text query string. |
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. |
JaznUserManager | Implementation of UserManager for OC4J/JAZN midtier. |
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. |
QueryTemplate | Find documents that contains some text within its content, QueryTemplate does not apply to Date or Number attribute. |
Request | A search request to Ultra Search. |
Result | A result provides access to a search result. |
StringAttribute | Class StringAttribute represents an attribute that takes string values. |
UserManager | responsible for retrieving the search user's identity from the J2EE environment. |
Util | Utility class for some useful methods. |
Exception Summary | |
BadURLException | Thrown when the user tries to submit an invalid URL. |
InvalidQueryException | Exception thrown when the user attempts to construct a Querytemplate using a array of QueryTemplates |
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. |
UserManagerException | Exception class used by UserManager implementations. |
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 Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |