Class AbstractPeriodProvider
java.lang.Object
org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
- All Implemented Interfaces:
PeriodProvider,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
AbstractCalendarPeriodProvider,Cron,Immediately,NoPeriod,XMLDuration
public abstract class AbstractPeriodProvider
extends Object
implements PeriodProvider, org.springframework.beans.factory.InitializingBean
Common support for period implementations.
They are Spring beans that register in the bootstrap context.
- Author:
- andyh
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
PeriodProvider.ExpressionMutiplicity -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
getDefaultExpression, getExpressionDataType, getExpressionMutiplicity, getNextDate, getPeriodType
-
Field Details
-
MSG_PREFIX
- See Also:
-
-
Constructor Details
-
AbstractPeriodProvider
public AbstractPeriodProvider()Default constructor
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getDisplayLabel
- Specified by:
getDisplayLabelin interfacePeriodProvider
-