Interface SchedulableAction

    • Method Detail

      • getScheduleStart

        java.util.Date getScheduleStart()
        Get the first date that the action should be run on or after, or null if it should start shortly after each startup.
      • setScheduleStart

        void setScheduleStart​(java.util.Date startDate)
        Sets the first date that the action should be run on or after. Set to null if the action should be run shortly after each startup.
      • getScheduleIntervalCount

        java.lang.Integer getScheduleIntervalCount()
        How many getScheduleIntervalPeriod() periods should we wait between executions? Will be null if the action isn't scheduled to be repeated.
      • setScheduleIntervalCount

        void setScheduleIntervalCount​(java.lang.Integer count)
        Sets how many periods should be waited between each execution, or null if it shouldn't be repeated.