| Interface | osid.course.registration.CourseRegistrationQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Used By | osid.course.registration.ActivityRegistrationQueryInspector | ||
osid.course.registration.CourseRegistrationSearchResults | |||
osid.course.registration.CourseRegistrationSmartCourseCatalogSession | |||
osid.course.registration.RegistrationQueryInspector | |||
| Description |
This is the query inspector for examining course registration queries. | ||
| Method | getCourseOfferingIdTerms | ||
| Description |
Gets the course offering | ||
| Return | osid.search.terms.IdTerm[] | the course offering Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOfferingTerms | ||
| Description |
Gets the course offering query terms. | ||
| Return | osid.course.CourseOfferingQueryInspector[] | the course offering query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentIdTerms | ||
| Description |
Gets the student | ||
| Return | osid.search.terms.IdTerm[] | the student Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentTerms | ||
| Description |
Gets the student query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the student query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogIdTerms | ||
| Description |
Gets the course catalog | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogTerms | ||
| Description |
Gets the course catalog query terms. | ||
| Return | osid.course.CourseCatalogQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationQueryInspectorRecord | ||
| Description |
Gets the course registration query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | courseRegistrationRecordType | a course registration record type |
| Return | osid.course.registration.records.CourseRegistrationQueryInspectorRecord | the course registration query inspector record | |
| Errors | NULL_ARGUMENT | courseRegistrationRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseRegistrationRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |