|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.cms.filesystem.security.CSPrincipal
blackboard.cms.filesystem.security.CourseRolePrincipal
Object used to manage information with a specific Course and Role
| Method Summary | |
static java.lang.String |
calculatePrincipalID(blackboard.data.course.Course course,
blackboard.data.course.CourseMembership.Role role)
Returns a string that represents the Principal ID |
static CourseRolePrincipal |
createInstance(blackboard.data.course.Course course,
blackboard.data.course.CourseMembership.Role role)
Create an instance of CourseRolePrincipal |
blackboard.data.course.Course |
getCourse()
Returns the Course associated with object |
blackboard.data.course.CourseMembership.Role |
getRole()
Returns the CourseMembership.Role associated with object |
| Methods inherited from class blackboard.cms.filesystem.security.CSPrincipal |
getDisplayName, getPrincipalID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public blackboard.data.course.Course getCourse()
Course associated with object
Coursepublic blackboard.data.course.CourseMembership.Role getRole()
CourseMembership.Role associated with object
CourseMembership.Role
public static CourseRolePrincipal createInstance(blackboard.data.course.Course course,
blackboard.data.course.CourseMembership.Role role)
course - a Courserole - a CourseMembership.Role
CourseRolePrincipal
public static java.lang.String calculatePrincipalID(blackboard.data.course.Course course,
blackboard.data.course.CourseMembership.Role role)
course - a Courserole - a CourseMembership.Role
String that represents the PrincipalID for the Course and CourseMembership.Role
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||