Class Immediately
- java.lang.Object
-
- org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.Immediately
-
- All Implemented Interfaces:
org.alfresco.service.cmr.repository.PeriodProvider,org.springframework.beans.factory.InitializingBean
public class Immediately extends AbstractPeriodProvider
Immediate Period type "immediate"- Author:
- Roy Wetherall
-
-
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 Immediately()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultExpression()org.alfresco.service.namespace.QNamegetExpressionDataType()org.alfresco.service.cmr.repository.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 org.alfresco.service.cmr.repository.PeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
-
getPeriodType
public String getPeriodType()
-
getExpressionDataType
public org.alfresco.service.namespace.QName getExpressionDataType()
-
-