Class AdvancedSchedulerResolverWithTimeZone

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date resolve​(java.lang.String duedateDescription, ClockReader clockReader, java.util.TimeZone timeZone)
      Resolves a due date using the specified time zone (if supported)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdvancedSchedulerResolverWithTimeZone

        public AdvancedSchedulerResolverWithTimeZone()
    • Method Detail

      • resolve

        public java.util.Date resolve​(java.lang.String duedateDescription,
                                      ClockReader clockReader,
                                      java.util.TimeZone timeZone)
        Description copied from interface: AdvancedSchedulerResolver
        Resolves a due date using the specified time zone (if supported)
        Specified by:
        resolve in interface AdvancedSchedulerResolver
        Parameters:
        duedateDescription - An original Activiti schedule string in either ISO or CRON format
        clockReader - The time provider
        timeZone - The time zone to use in the calculations
        Returns:
        The due date