blackboard.platform.integration.exchange
Class CourseContentPackageXO
java.lang.Object
blackboard.platform.integration.exchange.CourseContentPackageXO
public class CourseContentPackageXO
- extends java.lang.Object
Value object representing a content package data stream, for using during
course copy and conversion operations.
- Since:
- Bb 9.0
|
Method Summary |
java.io.InputStream |
getInputStream()
Returns an input stream for a course content package. |
java.lang.String |
getPackageName()
Returns the name of the content package filename. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseContentPackageXO
public CourseContentPackageXO(java.io.InputStream is,
java.lang.String packageName)
getInputStream
public java.io.InputStream getInputStream()
- Returns an input stream for a course content package.
Note that the package-type must be one of the formats recognized
by Academic Suite.
getPackageName
public java.lang.String getPackageName()
- Returns the name of the content package filename. This is used
by Content eXchange to assist with package-type identification.
Copyright © 2012 Blackboard, Inc. All Rights Reserved.