Package org.ametys.web.search.query
Class OrphanQuery
java.lang.Object
org.ametys.web.search.query.OrphanQuery
- All Implemented Interfaces:
Query
Represents a
Query testing 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 inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD -
Constructor Summary
ConstructorsConstructorDescriptionCreate an OrphanQuery.OrphanQuery(boolean orphan) Create an OrphanQuery.OrphanQuery(boolean orphan, Query.Operator operator) Create an OrphanQuery. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.search.query.Query
buildAsJson, rewrite, toString
-
Constructor Details
-
OrphanQuery
public OrphanQuery()Create an OrphanQuery. -
OrphanQuery
Create an OrphanQuery.- Parameters:
orphan-trueto get only orphan contents,falseto get only non-orphan contents.
-
OrphanQuery
Create an OrphanQuery.- Parameters:
orphan-trueto get only orphan contents,falseto get only non-orphan contents.operator- the operator.
-
-
Method Details
-
build
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.
-
hashCode
-
equals
-