|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FileSystemException | |
| blackboard.platform.filesystem | |
| Uses of FileSystemException in blackboard.platform.filesystem |
| Methods in blackboard.platform.filesystem that throw FileSystemException | |
java.lang.String |
GradebookFileManager.getWebContentDirectory(Course crs)
Returns the web based directory where content and course document items are stored. |
java.lang.String |
GradebookFileManager.getWebContentDirectory(Course crs,
Id contentId)
Returns the web based directory where content and course document items are stored. |
static java.io.File |
GradebookFileManager.getGradebookDirectory(java.lang.String courseId)
Returns the directory that stores content for a gradebook for a given Course in the system. |
static java.io.File |
GradebookFileManager.getGradebookDirectory(java.lang.String courseId,
Id attemptId)
Returns the directory that stores all content for a given Attempt in a given Course. |
static java.io.File |
GradebookFileManager.getGradebookInstructorDirectory(java.lang.String courseId,
Id attemptId,
java.lang.String fileGuid)
Returns the directory that stores a comment file for a given Attempt in a given Course. |
static java.io.File |
GradebookFileManager.getGradebookStudentDirectory(java.lang.String courseId,
Id attemptId,
java.lang.String fileGuid)
Returns the directory that stores a comment file for a given Attempt in a given Course. |
java.io.File |
FileSystemService.getCourseDirectory(java.lang.String courseId)
Returns the root directory relative to the course. |
java.io.File |
FileSystemService.getCourseDirectory(Course course)
Returns the root directory relative to the course. |
java.lang.String |
FileSystemService.getWebCourseDirectory(java.lang.String courseId)
Returns the web-root based directory path to the course. |
java.lang.String |
FileSystemService.getWebCourseDirectory(Course course)
Returns the web-root based directory path to the course. |
java.io.File |
FileSystemService.getRootCourseDirectory()
Returns the root directory that all courses are stored in |
java.lang.String |
FileSystemService.getWebContentDirectory(java.lang.String courseId,
Id contentId)
Returns the web based root directory relative to the course and content id. |
java.lang.String |
FileSystemService.getWebContentDirectory(Course course,
Id contentId)
Returns the web based root directory relative to the course and content id. |
java.io.File |
FileSystemService.getContentDirectory(java.lang.String courseId,
Id contentId)
Returns the root directory relative to the course and content id. |
java.io.File |
FileSystemService.getContentDirectory(Course course,
Id contentId)
Returns the root directory relative to the course and content id. |
java.lang.String |
FileSystemService.getWebAttemptDirectory(java.lang.String courseId,
Id attemptId,
AttemptFile.FileType fileType)
Returns the web based root directory relative to the course and attempt id. |
java.lang.String |
FileSystemService.getWebAttemptDirectory(Course course,
Id attemptId,
AttemptFile.FileType fileType)
Returns the web based root directory relative to the course and attempt id. |
java.io.File |
FileSystemService.getAttemptDirectory(java.lang.String courseId,
Id attemptId,
AttemptFile.FileType fileType)
Returns the root directory relative to the course and attempt id. |
java.io.File |
FileSystemService.getAttemptDirectory(Course course,
Id attemptId,
AttemptFile.FileType fileType)
Returns the root directory relative to the course and attempt id. |
java.io.File |
FileSystemService.getBrandingDirectory(Id portalBrandingId)
Returns the root directory relative to the branding for given host. |
java.lang.String |
FileSystemService.getWebBrandingDirectory(Id portalBrandingId)
Returns the web based root directory relative to the branding for given host. |
java.io.File |
FileSystemService.getSponsorsDirectory(Id sponsorsId)
Returns the root directory relative to the sponsors for given id. |
java.lang.String |
FileSystemService.getWebSponsorsDirectory(Id sponsorsId)
Returns the web based root directory relative to the branding for given host. |
java.io.File |
FileSystemService.getVIDataDirectory()
Returns the root of the content directory. |
java.io.File |
FileSystemService.getVIDataDirectory(VirtualInstallation vi)
Returns the root of the content directory. |
java.lang.String |
FileSystemService.getWebVIDataDirectory()
Deprecated. This method never worked, because it points to an unavailable directory |
java.lang.String |
FileSystemService.getWebVIDataDirectory(VirtualInstallation vi)
Deprecated. This method never worked, because it points to an unavailable directory |
java.io.File |
FileSystemService.getVISystemDataDirectory()
Returns the root of the systemdata directory. |
java.lang.String |
FileSystemService.getWebVISystemDataDirectory()
Returns the web based root of the systemdata directory. |
java.io.File |
FileSystemService.getSessionDirectory()
Returns the root of the session directory registered for the application. |
java.lang.String |
FileSystemService.getWebSessionDirectory()
Returns the web based root of the session directory registered for the application. |
java.io.File |
FileSystemService.getApplicationDirectory()
Returns the root of the application directory for persistant files. |
java.io.File |
FileSystemService.getTempDirectory()
Returns a temp directory for use within application. |
java.io.File |
FileSystemService.getLogsDirectory()
Returns the root of the logs directory for use within application. |
java.io.File |
FileSystemService.getRecycleDirectory()
Returns the root directory of the "recycle bin" for the application. |
java.lang.String |
CourseFileManager.getWebContentDirectory(Course crs,
Id contentId)
Returns the web based directory where content and course document items are stored. |
static java.io.File |
CourseFileManager.getContentDirectory(java.lang.String courseId)
Returns the content parent directory for the given Course. |
static java.io.File |
CourseFileManager.getContentDirectory(java.lang.String courseId,
Id contentId)
Returns the directory that stores the given piece of content for the given Course. |
static java.io.File |
AssessmentFileManager.getAssessmentDirectory(java.lang.String courseId)
Returns the directory that stores all content directories for Assessment-related content. |
static java.lang.String |
AssessmentFileManager.getWebAssessmentDirectory(java.lang.String courseId)
|
static java.io.File |
AssessmentFileManager.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.lang.String |
AssessmentFileManager.getWebAssessmentDirectory(java.lang.String courseId,
java.lang.String fileGuid)
|
static java.io.File |
AssessmentFileManager.getAssignmentDirectory(java.lang.String courseId)
Returns the directory that stores all content directories for Assignment-related content. |
static java.io.File |
AssessmentFileManager.getAssignmentDirectory(java.lang.String courseId,
Id assignmentId)
Returns the directory that stores all content directories for a given Assignment. |
static java.io.File |
AssessmentFileManager.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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||