public static class BlogService.RangedDateProperty
extends java.lang.Object
| Constructor and Description |
|---|
BlogService.RangedDateProperty(java.util.Date fromDate,
java.util.Date toDate,
org.alfresco.service.namespace.QName dateProperty)
Constructs a ConstrainedDateProperty object.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
getDateProperty() |
java.util.Date |
getFromDate() |
java.util.Date |
getToDate() |
public BlogService.RangedDateProperty(java.util.Date fromDate,
java.util.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 - 2010 Alfresco Software, Inc. All Rights Reserved.