Interface AdvancedSchedulerResolver

    • Method Summary

      All Methods Instance Methods Abstract 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)
    • Method Detail

      • resolve

        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)
        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