Package org.sakaiproject.sitemanage.api
Interface UnpublishingSiteScheduleService
-
- All Superinterfaces:
org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand
public interface UnpublishingSiteScheduleService extends org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(String siteId)voidremoveScheduledUnpublish(String siteId)voidscheduleUnpublishing(Instant when, String siteId)
-