Package org.sakaiproject.sitemanage.api
Interface AffiliatedSectionProvider
-
public interface AffiliatedSectionProviderThe site management applications allow installations to configure an AffiliatedSectionProvider to return a list of section ids that provided user is allowed to create course site with. The real world example for this is that certain staff member in department are authorized to create course sites for professors, even those staff members are not really "teaching" those sections- Author:
- zqian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getAffiliatedSectionEids(String userId, String academicSessionEid)Based on given instructor and academic session information, return a list of affiliated section eids of which the user can create course site
-