Interface | Description |
---|---|
Predicate |
Object representation of query criterion used to restrict search results.
|
PredicateHandler |
The interface provides the necessary methods for a predicate handler.
|
Search |
Interface for retrieving registry beans by composing
Predicate objects. |
Class | Description |
---|---|
Operation |
The Operation class holds data about the operation Type, and how to generate
different query strings depending on that operation Type.
|
Order |
Represents order of
Search results. |
Predicates |
The
search package may be used by applications as a framework
for building new kinds of Predicate types. |
SearchQuery |
Internal class representing the CentraSite query that will be executed by
instance . |
Enum | Description |
---|---|
Operation.Type |
The Operation type enummeration supporting various ooperations.
|