Class EntryPositionQuery

java.lang.Object
org.ametys.cms.search.query.AbstractOperatorQuery<Long>
org.ametys.cms.search.query.EntryPositionQuery
All Implemented Interfaces:
Cloneable, Query

Represents a Query testing the position of a repeater entry.
  • Constructor Details

    • EntryPositionQuery

      public EntryPositionQuery(long value)
      Build a LongQuery.
      Parameters:
      value - the value.
    • EntryPositionQuery

      public EntryPositionQuery(Query.Operator op, long value)
      Build a LongQuery.
      Parameters:
      op - the operator.
      value - the value.