|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--blackboard.platform.filesystem.AssessmentFileManager
A service that returns File objects representing the path to content files for Blackboard's assessment web application.
| Constructor Summary | |
AssessmentFileManager()
|
|
| Method Summary | |
static java.io.File |
getAssessmentDirectory(java.lang.String courseId)
Returns the directory that stores all content directories for Assessment-related content. |
static java.io.File |
getAssessmentDirectory(java.lang.String courseId,
java.lang.String fileGuid)
Returns the directory that stores a given file for a given Assessment in a given Course. |
static java.io.File |
getAssignmentDirectory(java.lang.String courseId)
Returns the directory that stores all content directories for Assignment-related content. |
static java.io.File |
getAssignmentDirectory(java.lang.String courseId,
Id assignmentId)
Returns the directory that stores all content directories for a given Assignment. |
static java.io.File |
getAssignmentDirectory(java.lang.String courseId,
Id assignmentId,
java.lang.String fileGuid)
Returns the directory that stores a given file for a given Assignment in a given Course. |
static java.lang.String |
getWebAssessmentDirectory(java.lang.String courseId)
|
static java.lang.String |
getWebAssessmentDirectory(java.lang.String courseId,
java.lang.String fileGuid)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AssessmentFileManager()
| Method Detail |
public static java.io.File getAssessmentDirectory(java.lang.String courseId)
throws FileSystemException
courseId - The Id for the Course.
FileSystemException
public static java.lang.String getWebAssessmentDirectory(java.lang.String courseId)
throws FileSystemException
FileSystemException
public static java.io.File getAssessmentDirectory(java.lang.String courseId,
java.lang.String fileGuid)
throws FileSystemException
courseId - The Id for the CoursefileGuid - A generated unique identifier for this file.
FileSystemException
public static java.lang.String getWebAssessmentDirectory(java.lang.String courseId,
java.lang.String fileGuid)
throws FileSystemException
FileSystemException
public static java.io.File getAssignmentDirectory(java.lang.String courseId)
throws FileSystemException
courseId - The Id for the Course.
FileSystemException
public static java.io.File getAssignmentDirectory(java.lang.String courseId,
Id assignmentId)
throws FileSystemException
courseId - The Id for the CourseassignmentId - The Id for the given Assignment.
FileSystemException
public static java.io.File getAssignmentDirectory(java.lang.String courseId,
Id assignmentId,
java.lang.String fileGuid)
throws FileSystemException
courseId - The Id for the CourseassignmentId - The Id for the given Assignment.fileGuid - A generated unique identifier for this file.
FileSystemException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||