public class SubContentQuery extends Object implements Query
Query testing if a content is a sub-content.Query.LogicalOperator, Query.Operator| Constructor and Description | 
|---|
SubContentQuery()
Build a SubContentQuery. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
build()
Build the solr query string representing the Query object. 
 | 
public SubContentQuery()
public String build() throws QuerySyntaxException
Querybuild in interface QueryQuerySyntaxException - if the query can't be built because of a syntax error.