Package org.ametys.cms.search.query
Class EntryPositionQuery
java.lang.Object
org.ametys.cms.search.query.AbstractOperatorQuery<Long>
org.ametys.cms.search.query.EntryPositionQuery
Represents a
Query
testing the position of a repeater entry.-
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
ConstructorDescriptionEntryPositionQuery
(long value) Build a LongQuery.EntryPositionQuery
(Query.Operator op, long value) Build a LongQuery. -
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
-
EntryPositionQuery
Build a LongQuery.- Parameters:
value
- the value.
-
EntryPositionQuery
Build a LongQuery.- Parameters:
op
- the operator.value
- the value.
-