Uses of Class
blackboard.data.content.UploadedFile

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

Uses of UploadedFile in blackboard.data.content
 

Methods in blackboard.data.content that return UploadedFile
 UploadedFile Upload.getFile()
          Gets the uploaded file record of the file referred to by this upload.
 

Methods in blackboard.data.content with parameters of type UploadedFile
 void Upload.setFile(UploadedFile uploadedFile)
          Sets the uploaded file record of the file referred to by this upload.
 

Uses of UploadedFile in blackboard.persist.content
 

Methods in blackboard.persist.content that return UploadedFile
 UploadedFile UploadedFileXmlLoader.load(org.w3c.dom.Element rootElement)
           
 UploadedFile UploadedFileDbLoader.loadById(Id id, java.sql.Connection con)
          Method loadById.
 

Methods in blackboard.persist.content with parameters of type UploadedFile
 org.w3c.dom.Element UploadedFileXmlPersister.persist(UploadedFile uploadedFile, org.w3c.dom.Document doc)
          Generates an Element tree whose values and structure matches the contents of the provided UploadedFile object.
 void UploadedFileDbPersister.persist(UploadedFile uploadedFile, java.sql.Connection con)
           
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.