public class ChildPageQuery extends Object implements Query
Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description |
|---|---|
protected String |
_parentPageId
The id.
|
| Constructor and Description |
|---|
ChildPageQuery(String parentPageId)
Creates a ChildPageQuery
|
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Build the solr query string representing the Query object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
protected String _parentPageId
public ChildPageQuery(String parentPageId)
parentPageId - The parent page idpublic String build() throws QuerySyntaxException
Querybuild in interface QueryQuerySyntaxException - if the query can't be built because of a syntax error.