|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IBbObject | |
| blackboard.data | Provides the base classes for the persistence layer of platform API. |
| blackboard.data.announcement | Provides classes used to store "announcements" in the Blackboard system. |
| blackboard.data.calendar | Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. |
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| blackboard.data.course | Provides the classes used to interact with course definitions in Blackboard. |
| blackboard.data.gradebook | Provides the public implementation classes for Gradebook subsystem. |
| blackboard.data.user | Provides the classes used to interact with user definitions in Blackboard. |
| Uses of IBbObject in blackboard.data |
| Classes in blackboard.data that implement IBbObject | |
class |
BbObject
The BbObject class is the root of the data class hierarchy.
|
| Methods in blackboard.data that return IBbObject | |
IBbObject |
BbAttributes.getBbObject(java.lang.String strName)
Get the IBbObject value associated with given attribute name. |
| Methods in blackboard.data with parameters of type IBbObject | |
void |
BbAttributes.setBbObject(java.lang.String strName,
IBbObject val)
Sets the value of the attribute with the given name ("key") to the provided IBbObject value. |
| Constructors in blackboard.data with parameters of type IBbObject | |
BbAttribute(java.lang.String strName,
IBbObject val,
BbAttributes parent)
Initialization with IBbObject. |
|
| Uses of IBbObject in blackboard.data.announcement |
| Classes in blackboard.data.announcement that implement IBbObject | |
class |
Announcement
The Announcement class is a representation of an announcement
within the Blackboard application. |
| Uses of IBbObject in blackboard.data.calendar |
| Classes in blackboard.data.calendar that implement IBbObject | |
class |
CalendarEntry
The CalendarEntry class provides a means for defining an event
(system, course, or personal) within the Blackboard application. |
| Uses of IBbObject in blackboard.data.content |
| Classes in blackboard.data.content that implement IBbObject | |
class |
ChildFile
The ChildFile class wraps an uploaded file that is the child of
a ContentFile. |
class |
Content
The Content class is the root of the content class hierarchy.
|
class |
ContentFile
The ContentFile class wraps a reference to a file that has been
uploaded to a content area in a course. |
class |
ContentFileRef
ContentFileRef represents a file reference that can be displayed
within a Lesson. |
class |
ContentFolder
The ContentFolder class is a representation of a folder within
the Bb Course Management System. |
class |
CourseDocument
The CourseDocument class is a representation of a course document
within the Bb Course Management System. |
class |
CourseLink
The CourseLink class is a representation of an intra-course link
within the Bb Course Management System. |
class |
CourseUpload
The CourseUpload class wraps a reference to a file that has
been uploaded to the digital drop box in a course. |
class |
ExternalLink
The ExternalLink class is a representation of an external link
within the Bb Course Management System. |
class |
GroupUpload
The GroupUpload class wraps a reference to a file that has been
uploaded to a group file exchange in a course. |
class |
Lesson
The Lesson class represents a list of content that is meant to be
viewed in a linear, guided order. |
class |
Link
The Link class is a representation of a link within the Blackboard
application. |
class |
StaffInfo
The StaffInfo class is a representation of a staff information
element within the Blackboard application. |
class |
StaffInfoFolder
The StaffInfoFolder class is a representation of a staff
information folder within the Blackboard application. |
class |
Upload
Upload |
class |
UploadedFile
UploadedFile |
| Uses of IBbObject in blackboard.data.course |
| Classes in blackboard.data.course that implement IBbObject | |
class |
Cartridge
The Cartridge class provides a representation of a cartridge
record (as related to a course) within the Blackboard application. |
class |
Course
The Course class provides a representation of a course (course
or organization) within the Blackboard application. |
class |
CourseMembership
The CourseMembership class is a representation of a course
membership record within the Blackboard application. |
class |
Group
The Group class is a representation of a course group within the
Course Management System. |
class |
GroupMembership
The GroupMembership class is a representation of a group
membership record within the Blackboard application. |
class |
Organization
The Organization class provides a representation of an organization
(or community) within the Blackboard system. |
| Uses of IBbObject in blackboard.data.gradebook |
| Classes in blackboard.data.gradebook that implement IBbObject | |
class |
Lineitem
The Lineitem class represents a single gradable item in a course. |
class |
Score
The Score class represents a grade in a course for a specific user and Lineitem. |
| Uses of IBbObject in blackboard.data.user |
| Classes in blackboard.data.user that implement IBbObject | |
class |
User
The User class is a representation of a user within the Bb
Course Management System. |
class |
UserInfo
The UserInfo class provides basic user oriented information for
extending objects. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||