public interface PeriodProvider
Modifier and Type | Interface and Description |
---|---|
static class |
PeriodProvider.ExpressionMutiplicity
Period expression multiplicity
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultExpression()
Get the default expression - this could be null
|
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 ...
|
Date |
getNextDate(Date date,
String expression)
Get the next date - the provided date + period
|
String |
getPeriodType()
Get the name for the period.
|
String getPeriodType()
String getDisplayLabel()
Date getNextDate(Date date, String expression)
date
- Dateexpression
- StringPeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
String getDefaultExpression()
QName getExpressionDataType()
Copyright © 2005–2017 Alfresco Software. All rights reserved.