|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICourse
Description:
Interface of the OLAT course. The course has a course environment and
a run structure and some other fields.
Initial Date: 2004/10/11 13:55:48
| Field Summary | |
|---|---|
static java.lang.String |
EXPORTED_DATA_FOLDERNAME
Name of folder within course root directory where nodes export their data. |
| Method Summary | |
|---|---|
void |
exportToFilesystem(java.io.File exportDirecotry)
Export course to file system. |
OlatRootFolderImpl |
getCourseBaseContainer()
Return the container to files for this course. |
CourseEnvironment |
getCourseEnvironment()
|
VFSContainer |
getCourseFolderContainer()
Return the container to the coursefolder of this course. |
java.lang.String |
getCourseTitle()
|
CourseEditorTreeModel |
getEditorTreeModel()
|
Structure |
getRunStructure()
|
boolean |
hasAssessableNodes()
|
| Methods inherited from interface org.olat.core.id.OLATResourceable |
|---|
getResourceableId, getResourceableTypeName |
| Field Detail |
|---|
static final java.lang.String EXPORTED_DATA_FOLDERNAME
| Method Detail |
|---|
Structure getRunStructure()
CourseEditorTreeModel getEditorTreeModel()
void exportToFilesystem(java.io.File exportDirecotry)
exportDirecotry - The directory to export files to.OlatRootFolderImpl getCourseBaseContainer()
VFSContainer getCourseFolderContainer()
java.lang.String getCourseTitle()
CourseEnvironment getCourseEnvironment()
boolean hasAssessableNodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||