Class NoPeriod
- java.lang.Object
-
- org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.NoPeriod
-
- All Implemented Interfaces:
org.alfresco.service.cmr.repository.PeriodProvider,org.springframework.beans.factory.InitializingBean
public class NoPeriod extends AbstractPeriodProvider
No period Period type "none"- Author:
- andyh
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 java.lang.StringgetDefaultExpression()org.alfresco.service.namespace.QNamegetExpressionDataType()org.alfresco.service.cmr.repository.PeriodProvider.ExpressionMutiplicitygetExpressionMutiplicity()java.util.DategetNextDate(java.util.Date date, java.lang.String expression)java.lang.StringgetPeriodType()-
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
afterPropertiesSet, getDisplayLabel
-
-
-
-
Field Detail
-
PERIOD_TYPE
public static final java.lang.String PERIOD_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultExpression
public java.lang.String getDefaultExpression()
-
getExpressionMutiplicity
public org.alfresco.service.cmr.repository.PeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
-
getNextDate
public java.util.Date getNextDate(java.util.Date date, java.lang.String expression)
-
getPeriodType
public java.lang.String getPeriodType()
-
getExpressionDataType
public org.alfresco.service.namespace.QName getExpressionDataType()
-
-