| Interface | Description |
|---|---|
| AssetResultRow |
The interface that 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
|
| AssetStatistics | |
| AssetStatisticsSearcher |
The searcher interface that search for asset statistics actions in Site.
|
| 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. |
| PubSessionStatics | |
| 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
|
| AssetStatisticsSearcherImpl | |
| AssetStatisticsStorage |
The handler class for Asset statistics storage
|
| ConditionExpressionImpl | |
| ConditionFactory |
A utility for creating Conditions
|
| ConditionParser |
The parsing utilities to parse the conditions from query into Basic search
ics variables or
flex search condition - SearchState. |
| PubSessionStaticsImpl | |
| PubTargetInfo | |
| 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 |
|---|---|
| AssetStatisticsAction |
Created by cdai on 19/17/2015.
|
| JoinTypeEnum |
Enumeration representing conjunction (AND) or disjunction (OR) for a nesting Condition
|
| OpTypeEnum |
Enumeration representing the type operand for attribute type query operations.
|