Class AbstractCalendarPeriodProvider
- java.lang.Object
-
- org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.AbstractCalendarPeriodProvider
-
- All Implemented Interfaces:
PeriodProvider,org.springframework.beans.factory.InitializingBean
public abstract class AbstractCalendarPeriodProvider extends AbstractPeriodProvider
Support for calendar based periods- Author:
- andyh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
PeriodProvider.ExpressionMutiplicity
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
MSG_PREFIX
-
-
Constructor Summary
Constructors Constructor Description AbstractCalendarPeriodProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidadd(Calendar calendar, int value)Implementation addStringgetDefaultExpression()QNamegetExpressionDataType()PeriodProvider.ExpressionMutiplicitygetExpressionMutiplicity()DategetNextDate(Date date, String expression)-
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
afterPropertiesSet, getDisplayLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
getPeriodType
-
-
-
-
Method Detail
-
getDefaultExpression
public String getDefaultExpression()
-
getExpressionMutiplicity
public PeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
-
add
public abstract void add(Calendar calendar, int value)
Implementation add- Parameters:
calendar- Calendarvalue- int
-
getExpressionDataType
public QName getExpressionDataType()
-
-