Interface | osid.course.syllabus.SyllabusQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
Description |
The inspector for examining syllabus queries. | ||
Method | getCourseIdTerms | ||
Description |
Gets the course | ||
Return | osid.search.terms.IdTerm[] | the course Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseTerms | ||
Description |
Gets the course terms. | ||
Return | osid.course.CourseQueryInspector[] | the course terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getModuleIdTerms | ||
Description |
Gets the module | ||
Return | osid.search.terms.IdTerm[] | the module Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getModuleTerms | ||
Description |
Gets the module terms. | ||
Return | osid.course.syllabus.ModuleQueryInspector[] | the module terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseCatalogIdTerms | ||
Description |
Gets the course catalog | ||
Return | osid.search.terms.IdTerm[] | the course catalog Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseCatalogTerms | ||
Description |
Gets the course catalog terms. | ||
Return | osid.course.CourseCatalogQueryInspector[] | the course catalog terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSyllabusQueryInspectorRecord | ||
Description |
Gets the syllabus query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | syllabusRecordType | a syllabus record type |
Return | osid.course.syllabus.records.SyllabusQueryInspectorRecord | the syllabus query inspector record | |
Errors | NULL_ARGUMENT | syllabusRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(syllabusRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |