|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PeriodProvider
Provider API for period implementations
Nested Class Summary | |
---|---|
static class |
PeriodProvider.ExpressionMutiplicity
Period expression multiplicity |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |