Interface UnpublishingSiteScheduleService

  • All Superinterfaces:
    org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand

    public interface UnpublishingSiteScheduleService
    extends org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand
    • Method Detail

      • scheduleUnpublishing

        void scheduleUnpublishing​(Instant when,
                                  String siteId)
      • removeScheduledUnpublish

        void removeScheduledUnpublish​(String siteId)
      • execute

        void execute​(String siteId)
        Specified by:
        execute in interface org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand