Package org.ametys.web.search.query
Class OrphanQuery
- java.lang.Object
-
- org.ametys.web.search.query.OrphanQuery
-
- All Implemented Interfaces:
Query
public class OrphanQuery extends Object implements Query
Represents aQuerytesting the orphan status of a content.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean_orphan
-
Constructor Summary
Constructors Constructor Description OrphanQuery(boolean orphan)Create an OrphanQuery.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()Build the solr query string representing the Query object.booleanequals(Object obj)inthashCode()
-
-
-
Field Detail
-
_orphan
private boolean _orphan
-
-
Constructor Detail
-
OrphanQuery
public OrphanQuery(boolean orphan)
Create an OrphanQuery.- Parameters:
orphan-trueto get only orphan contents,falseto get only non-orphan contents.
-
-
Method Detail
-
build
public String build() throws QuerySyntaxException
Description copied from interface:QueryBuild the solr query string representing the Query object.- Specified by:
buildin interfaceQuery- Returns:
- the solr query string representing the Query object.
- Throws:
QuerySyntaxException- if the query can't be built because of a syntax error.
-
-