public interface CourseSitePublishService
example:
fall term, 2008: starts August 20th, 2008
let's say that some course sites, including bio 201, are created for the fall term 2008.
assume that we want the course sites to be published two weeks before the fall term starts.
thus, we want the sakai site for bio 201 to be published on August 20th - 14 days = August 6th, 2008.
| Modifier and Type | Field and Description |
|---|---|
static String |
PERMISSION_COURSE_SITE_PUBLISH |
static String |
SITE_PROPERTY_COURSE_SITE_PUBLISHED |
| Modifier and Type | Method and Description |
|---|---|
int |
publishCourseSites(int numDaysBeforeTermStarts)
publishes course sites whose terms are about to begin.
|
static final String PERMISSION_COURSE_SITE_PUBLISH
static final String SITE_PROPERTY_COURSE_SITE_PUBLISHED
int publishCourseSites(int numDaysBeforeTermStarts)
numDaysBeforeTermStarts - number of days before a term starts that course sites should be published.
Copyright © 2006–2019 Sakai Project. All rights reserved.