| Package | Description |
|---|---|
| org.ocap.hn.content.navigation |
Provides ways to search for content and filter results.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical AND of the predicates
represented by this query and the argument query.
|
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query,
String contextNode)
Create a new DatabaseQuery object based upon the logical AND of the
predicates represented by this query and the argument query.
|
ContentList |
ContentList.filterContentList(ContentDatabaseFilter filter)
Filters the ContentList.
|
static DatabaseQuery |
DatabaseQuery.newInstance(String fieldName,
int comparison,
String value)
Make a new DatabaseQuery for a specific value in a specific field.
|
abstract DatabaseQuery |
DatabaseQuery.or(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical OR of the predicates
represented by this query and the argument query.
|
Copyright © 2012 CableLabs. All Rights Reserved.