Package org.ametys.cms.search.query
Class LongQuery
Represents a
Query
testing a long field.-
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
-
Method Summary
Methods inherited from class org.ametys.cms.search.query.AbstractOperatorQuery
build, equals, getFieldName, getOperator, getValue, hashCode, rewrite, valueForQuery
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.cms.search.query.Query
buildAsJson, toString
-
Constructor Details
-
LongQuery
Build a LongQuery testing the existence of the field.- Parameters:
fieldPath
- the field path
-
LongQuery
Build a LongQuery.- Parameters:
fieldPath
- the field's pathvalue
- the value.
-
LongQuery
Build a LongQuery.- Parameters:
fieldPath
- the field's pathop
- the operator.value
- the value.
-