public interface PeriodProvider
Modifier and Type | Interface and Description |
---|---|
static class |
PeriodProvider.ExpressionMutiplicity
Period expression multiplicity
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultExpression()
Get the default expression - this could be null
|
java.lang.String |
getDisplayLabel()
Gets the display label for the period.
|
QName |
getExpressionDataType()
Return the Alfresco data type QName to which the string value of the expression will be converted.
|
PeriodProvider.ExpressionMutiplicity |
getExpressionMutiplicity()
Is the expression required etc ...
|
java.util.Date |
getNextDate(java.util.Date date,
java.lang.String expression)
Get the next date - the provided date + period
|
java.lang.String |
getPeriodType()
Get the name for the period.
|
java.lang.String getPeriodType()
java.lang.String getDisplayLabel()
java.util.Date getNextDate(java.util.Date date, java.lang.String expression)
date
- expression
- PeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
java.lang.String getDefaultExpression()
QName getExpressionDataType()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.