| Interface | osid.course.syllabus.ModuleQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Description |
The inspector for examining module queries. | ||
| Method | getSyllabusIdTerms | ||
| Description |
Gets the syllabus | ||
| Return | osid.search.terms.IdTerm[] | the syllabus Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSyllabusTerms | ||
| Description |
Gets the syllabus terms. | ||
| Return | osid.course.syllabus.SyllabusQueryInspector[] | the syllabus terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDocetIdTerms | ||
| Description |
Gets the docet | ||
| Return | osid.search.terms.IdTerm[] | the docet Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDocetTerms | ||
| Description |
Gets the docet terms. | ||
| Return | osid.course.syllabus.DocetQueryInspector[] | the docet 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 | getModuleQueryInspectorRecord | ||
| Description |
Gets the module query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | moduleRecordType | a module record type |
| Return | osid.course.syllabus.records.ModuleQueryInspectorRecord | the module query inspector record | |
| Errors | NULL_ARGUMENT | moduleRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(moduleRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |