org.alfresco.service.cmr.blog
Class BlogService.RangedDateProperty
java.lang.Object
org.alfresco.service.cmr.blog.BlogService.RangedDateProperty
- Enclosing interface:
- BlogService
public static class BlogService.RangedDateProperty
- extends java.lang.Object
A simple data object for expressing a date range search parameter.
Constructor Summary |
BlogService.RangedDateProperty(java.util.Date fromDate,
java.util.Date toDate,
org.alfresco.service.namespace.QName dateProperty)
Constructs a ConstrainedDateProperty object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogService.RangedDateProperty
public BlogService.RangedDateProperty(java.util.Date fromDate,
java.util.Date toDate,
org.alfresco.service.namespace.QName dateProperty)
- Constructs a ConstrainedDateProperty object.
- Parameters:
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)
getFromDate
public java.util.Date getFromDate()
getToDate
public java.util.Date getToDate()
getDateProperty
public org.alfresco.service.namespace.QName getDateProperty()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.