Uses of Class
blackboard.data.content.CourseDocument.Area

Packages that use CourseDocument.Area
blackboard.data.content Provides the classes used to store course content in Blackboard.  
 

Uses of CourseDocument.Area in blackboard.data.content
 

Fields in blackboard.data.content declared as CourseDocument.Area
static CourseDocument.Area CourseDocument.Area.COURSE_INFORMATION
          Deprecated. co1
static CourseDocument.Area CourseDocument.Area.COURSE_DOCUMENTS
          Deprecated. co2
static CourseDocument.Area CourseDocument.Area.COURSE_ASSIGNMENTS
          Deprecated. co3
static CourseDocument.Area CourseDocument.Area.COURSE_BOOKS
          Deprecated. co4
static CourseDocument.Area CourseDocument.Area.CONTENT_AREA_1
          Deprecated. co1 -- same as COURSE_INFORMATION
static CourseDocument.Area CourseDocument.Area.CONTENT_AREA_2
          Deprecated. co2 -- same as COURSE_DOCUMENTS
static CourseDocument.Area CourseDocument.Area.CONTENT_AREA_3
          Deprecated. co3 -- same as COURSE_ASSIGNMENTS
static CourseDocument.Area CourseDocument.Area.CONTENT_AREA_4
          Deprecated. co4 -- same as COURSE_BOOKS
static CourseDocument.Area CourseDocument.Area.DEFAULT
          Deprecated.  
 

Methods in blackboard.data.content that return CourseDocument.Area
 CourseDocument.Area CourseDocument.getArea()
          Deprecated. The document areas are no longer statically defined. Instead you need to look up the course toc entries
static CourseDocument.Area[] CourseDocument.Area.getValues()
          Deprecated. Returns an array of all of the elements in this enumeration.
static CourseDocument.Area CourseDocument.Area.fromExternalString(java.lang.String externalString)
          Deprecated. Returns the CourseDocument.Area element specified by the externalString .
 

Methods in blackboard.data.content with parameters of type CourseDocument.Area
 void CourseDocument.setArea(CourseDocument.Area eArea)
          Deprecated. The document areas are no longer statically defined. Instead you need to look up the course toc entries
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.