Class BucketRangeDate
java.lang.Object
org.nuxeo.ecm.platform.query.core.BucketRangeDate
- All Implemented Interfaces:
 Bucket
Immutable bucket for date range.
- Since:
 - 6.0
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBucketRangeDate(String key, ZonedDateTime from, ZonedDateTime to, long docCount)  - 
Method Summary
 
- 
Constructor Details
- 
BucketRangeDate
 
 - 
 - 
Method Details
- 
getKey
 - 
getDocCount
public long getDocCount()- Specified by:
 getDocCountin interfaceBucket
 - 
getFrom
 - 
getFromAsDate
- Returns:
 - null if there are no minimal limit
 
 - 
getTo
 - 
getToAsDate
- Returns:
 - null if there are no maximal limit
 
 - 
toString
 
 -