Uses of Class
okapi.coreobjects.OkapiRole

Packages that use OkapiRole
okapi.coreobjects   
okapi.tools   
 

Uses of OkapiRole in okapi.coreobjects
 

Fields in okapi.coreobjects declared as OkapiRole
static OkapiRole OkapiRole.CONTENT_DEVELOPER
          Content Developer contributes content to nexus, otherwise not involved.
static OkapiRole OkapiRole.COURSE_ADMINISTRATOR
          Class administrator
static OkapiRole OkapiRole.GRADER
          Grader of assignments.
static OkapiRole OkapiRole.GUEST
          Guest: person given access to class but with no other association
static OkapiRole OkapiRole.HELP_DESK_STAFF
          Help Desk Staff.
static OkapiRole OkapiRole.INSTRUCTOR
          Instructor for class
static OkapiRole OkapiRole.LEARNER
          Student auditing class
static OkapiRole OkapiRole.MANAGER
          Manager: non-instructional staff for nexus.
static OkapiRole OkapiRole.MENTOR
          Mentor: guest of instructor, contributing to education.
static OkapiRole OkapiRole.NULL
          No role in class, used for lists of people who had or may in the future have access
static OkapiRole OkapiRole.STUDENT
          Student in class for credit
static OkapiRole OkapiRole.SYSTEM_ADMINISTRATOR
          System Administrator for Site.
static OkapiRole OkapiRole.TA
          Teaching Assistant for class
 

Methods in okapi.coreobjects that return OkapiRole
 OkapiRole OkapiGroup.getRole()
          Return the role for this group.
static OkapiRole OkapiRole.getRole(java.lang.String name)
          Return Role with this name
 

Methods in okapi.coreobjects with parameters of type OkapiRole
 void OkapiNexus.addGroup(OkapiGroup group, OkapiRole role)
          Add Groups associated with this Nexus.
 void OkapiGroup.setRole(OkapiRole role)
          Set the Role to which all members of the group belong.
 

Uses of OkapiRole in okapi.tools
 

Methods in okapi.tools that return OkapiRole
 OkapiRole OkapiToolUserNexusRoleInfo.getHighestRole()
          Return Highest Role
 

Constructors in okapi.tools with parameters of type OkapiRole
OkapiToolUserNexusRoleInfo(OkapiRole highestRole, int highestRoleNumber)
          Creates OkapiToolUserNexusRoleInfo object, setting highest role and highest role number.
 



Copyright ? 2001-2009 MIT. All Rights Reserved.