public static class BlogService.RangedDateProperty extends Object
| Constructor and Description |
|---|
RangedDateProperty(Date fromDate,
Date toDate,
org.alfresco.service.namespace.QName dateProperty)
Constructs a ConstrainedDateProperty object.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
getDateProperty() |
Date |
getFromDate() |
Date |
getToDate() |
public RangedDateProperty(Date fromDate, Date toDate, org.alfresco.service.namespace.QName dateProperty)
fromDate - the start date for the range (can be null for unbounded lower)toDate - the end date for the range (can be null for unbounded upper)dateProperty - the Alfresco node property which is to be checked against the range. (must be a valid date or datetime property)Copyright © 2005–2018 Alfresco Software. All rights reserved.