Interface | Description |
---|---|
AssetResultRow |
The interface the represents a search result row (an asset) with simple format
|
AssetSearcher |
Provide the direct searching against database functionality with returned result being simple bean instead of a complex asset.
|
AssetSearchResult |
An Iterator class that represents a db search result for asset
|
Condition |
Represents a data condition to be satisfied by returning results when used in a Query.
|
ConditionExpression |
This interface represents an expression associated with a
Condition . |
Query |
Query is an abstract construct that defines user's request for asset's data, just like SQL, expect that Query is an object oriented representation.
|
Class | Description |
---|---|
AssetResultRowImpl |
The default implementation class for an AssetResultRow
|
AssetSearcherImpl |
The default implementation class for an AssetSearcher
|
AssetSearchResultImpl |
The default implementation class for an AssetSearchResult
|
ConditionExpressionImpl | |
ConditionFactory |
A utility for creating Conditions
|
ConditionParser |
The parsing utilities to parse the conditions from query into Baisc search
ics variables or flex search conditon - SearchState |
QueryProperties |
This class defines property keys and values for Query
|
QueryResultWrapper<L extends List> | |
SimpleCondition |
This class contains a sample simple implementation for Condition interface.
|
SimpleQuery |
This class presents a helpful way to create Queries based on commonly used patterns.
|
SortOrder |
This class represents a Sort order for asset instances to be returned.
|
Enum | Description |
---|---|
JoinTypeEnum |
Enumeration representing conjunction (AND) or disjunction (OR) for a nesting Condition
|
OpTypeEnum |
Enumeration representing the type operand for attribute type query operations.
|