|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Content | |
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| blackboard.persist.content | |
| Uses of Content in blackboard.data.content |
| Subclasses of Content in blackboard.data.content | |
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 |
ExternalLink
The ExternalLink class is a representation of an external link
within the Bb Course Management System. |
class |
Lesson
The Lesson class represents a list of content that is meant to be
viewed in a linear, guided order. |
| Methods in blackboard.data.content with parameters of type Content | |
void |
Folder.addContent(Content content)
Adds the given piece of Content to this Folder
at the end of the list of content items.
|
void |
Folder.addContent(Content content,
int nPos)
Adds the given piece of Content to this Folder
at the specified position within the list of content items. |
void |
ContentVisitor.visitContent(Content c)
For folders, this method is called before any of the folder's children are visited. |
void |
ContentVisitor.leaveContent(Content c)
For folders, this method is called after all of the folder's children have been visited, recursively. |
static boolean |
ContentManager.checkAvailability(Content cnt)
|
void |
ContentFolder.addContent(Content content)
Adds the given piece of Content (must be of type
CourseDocument) to the list of children for this Folder.
|
void |
ContentFolder.addContent(Content content,
int nPos)
Adds the given piece of Content (must be of type
CourseDocument) to the list of children for this Folder
at the provided position value.
|
void |
ContentFolder.remove(Content content)
Removes the specified Content object from the list of children. |
static void |
Content.traverseContent(ContentVisitor visitor,
Content item)
Recursively traverses folders and content according to the visitor pattern. |
void |
Aggregate.remove(Content content)
Removes the specified Content object from this Aggregate.
|
| Uses of Content in blackboard.persist.content |
| Methods in blackboard.persist.content that return Content | |
Content |
ContentDbLoader.loadById(Id id)
Load the Content with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
Content |
ContentDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Content with the given Id from the database in a lightweight fashion using the supplied connection. |
Content |
ContentDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bDeep,
boolean bHeavy)
Loads the Content with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
Content |
ContentDbLoader.loadByTocId(Id tocId)
Load the Content item that is the "Top" folder for the specified blackboard.data.navigation.CourseToc (identified by Id) in a lightweight
fashion using a connection obtained through this object's database context.
|
Content |
ContentDbLoader.loadByTocId(Id tocId,
java.sql.Connection con)
Load the Content item that is the "Top" folder for the specified blackboard.data.navigation.CourseToc (identified by Id) in a lightweight
fashion using the supplied connection.
|
Content |
ContentDbLoader.loadByTocId(Id tocId,
java.sql.Connection con,
boolean bDeep)
Load the Content item that is the "Top" folder for the specified blackboard.data.navigation.CourseToc (identified by Id) in a lightweight
fashion using the supplied connection.
|
| Methods in blackboard.persist.content with parameters of type Content | |
void |
ContentDbPersister.persist(Content target)
Inserts or updates the supplied Content using a
connection from the associated persistence manager's database container.
|
void |
ContentDbPersister.persist(Content target,
java.sql.Connection con)
Inserts or updates the supplied Content using the
supplied connection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||