Uses of Class
org.sakaiproject.coursemanagement.api.CourseSiteRemovalService.Action
-
Packages that use CourseSiteRemovalService.Action Package Description org.sakaiproject.coursemanagement.api -
-
Uses of CourseSiteRemovalService.Action in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return CourseSiteRemovalService.Action Modifier and Type Method Description static CourseSiteRemovalService.ActionCourseSiteRemovalService.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static CourseSiteRemovalService.Action[]CourseSiteRemovalService.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sakaiproject.coursemanagement.api with parameters of type CourseSiteRemovalService.Action Modifier and Type Method Description intCourseSiteRemovalService. removeCourseSites(CourseSiteRemovalService.Action action, int numDaysAfterTermEnds)removes\\unpublishes course sites whose terms have ended and a specified number of days have passed.
-