Class NoPeriod
- java.lang.Object
-
- org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.NoPeriod
-
- All Implemented Interfaces:
PeriodProvider,org.springframework.beans.factory.InitializingBean
public class NoPeriod extends AbstractPeriodProvider
No period Period type "none"- Author:
- andyh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
PeriodProvider.ExpressionMutiplicity
-
-
Field Summary
Fields Modifier and Type Field Description static StringPERIOD_TYPE-
Fields inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
MSG_PREFIX
-
-
Constructor Summary
Constructors Constructor Description NoPeriod()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultExpression()QNamegetExpressionDataType()PeriodProvider.ExpressionMutiplicitygetExpressionMutiplicity()DategetNextDate(Date date, String expression)StringgetPeriodType()-
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
afterPropertiesSet, getDisplayLabel
-
-
-
-
Field Detail
-
PERIOD_TYPE
public static final String PERIOD_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultExpression
public String getDefaultExpression()
-
getExpressionMutiplicity
public PeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
-
getPeriodType
public String getPeriodType()
-
getExpressionDataType
public QName getExpressionDataType()
-
-