Class BucketRangeDate
- java.lang.Object
-
- org.nuxeo.ecm.platform.query.core.BucketRangeDate
-
-
Constructor Summary
Constructors Constructor Description BucketRangeDate(String key, ZonedDateTime from, ZonedDateTime to, long docCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDocCount()DoublegetFrom()ZonedDateTimegetFromAsDate()StringgetKey()DoublegetTo()ZonedDateTimegetToAsDate()StringtoString()
-
-
-
Constructor Detail
-
BucketRangeDate
public BucketRangeDate(String key, ZonedDateTime from, ZonedDateTime to, long docCount)
-
-
Method Detail
-
getDocCount
public long getDocCount()
- Specified by:
getDocCountin interfaceBucket
-
getFrom
public Double getFrom()
-
getFromAsDate
public ZonedDateTime getFromAsDate()
- Returns:
- null if there are no minimal limit
-
getTo
public Double getTo()
-
getToAsDate
public ZonedDateTime getToAsDate()
- Returns:
- null if there are no maximal limit
-
-