public static class BlogService.RangedDateProperty extends Object
| Constructor and Description |
|---|
BlogService.RangedDateProperty(Date fromDate,
Date toDate,
org.alfresco.service.namespace.QName dateProperty)
Constructs a ConstrainedDateProperty object.
|
public BlogService.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–2014 Alfresco Software. All rights reserved.