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
  • Field Details

  • Constructor Details

    • AbstractPeriodProvider

      public AbstractPeriodProvider()
      Default constructor
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getDisplayLabel

      public String getDisplayLabel()
      Specified by:
      getDisplayLabel in interface PeriodProvider