blackboard.data.content
Class EntityContentFileUtil

java.lang.Object
  extended by blackboard.data.content.EntityContentFileUtil

public class EntityContentFileUtil
extends java.lang.Object

Performs conversion of EntityContentFile objects to BbFile for easy persistence via Relationship objects.

Since:
Bb 7.2

Constructor Summary
EntityContentFileUtil()
           
 
Method Summary
static BbFile extractBbFile(EntityContentFile source)
           
static java.util.List<BbFile> extractBbFile(java.util.List<EntityContentFile> source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityContentFileUtil

public EntityContentFileUtil()
Method Detail

extractBbFile

public static java.util.List<BbFile> extractBbFile(java.util.List<EntityContentFile> source)
                                            throws FileSystemException
Throws:
FileSystemException

extractBbFile

public static BbFile extractBbFile(EntityContentFile source)
                            throws FileSystemException
Throws:
FileSystemException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.