| Interface | osid.course.registration.RegistrationQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Used By | osid.course.chronicle.CourseEntryQueryInspector | ||
osid.course.registration.RegistrationSearchResults | |||
osid.course.registration.RegistrationSmartCourseCatalogSession | |||
osid.course.registration.request.RegistrationRequestItemQueryInspector | |||
| Description |
The query inspectors provide a means of accessing the match
terms of a query. These interfaces are used to examine the
actual query terms used in a search or that may be used to
create a smart catalog. Query inspectors may be converted to
| ||
| Method | getCourseRegistrationIdTerms | ||
| Description |
Gets the course registration | ||
| Return | osid.search.terms.IdTerm[] | the course registration Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationTerms | ||
| Description |
Gets the course registration query terms. | ||
| Return | osid.course.registration.CourseRegistrationQueryInspector[] | the course registration query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetQueryIdTerms | ||
| Description |
Gets the registration target | ||
| Return | osid.search.terms.IdTerm[] | the registration target Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetQueryTerms | ||
| Description |
Gets the registration target query terms. | ||
| Return | osid.course.registration.RegistrationTargetQueryInspector[] | the registration target 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 | getCreditsTerms | ||
| Description |
Gets the credits query terms. | ||
| Return | osid.search.terms.DecimalTerm[] | the credits query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionIdTerms | ||
| Description |
Gets the grade system | ||
| Return | osid.search.terms.IdTerm[] | the grade system Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionTerms | ||
| Description |
Gets the grade system query terms. | ||
| Return | osid.grading.GradeSystemQueryInspector[] | the grade system terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogIdTerms | ||
| Description |
Gets the course catalog | ||
| Return | osid.search.terms.IdTerm[] | the course catalog Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogTerms | ||
| Description |
Gets the course catalog query terms. | ||
| Return | osid.course.CourseCatalogQueryInspector[] | the course catalog query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationQueryInspectorRecord | ||
| Description |
Gets the registration query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | registrationRecordType | a registration record type |
| Return | osid.course.registration.records.RegistrationQueryInspectorRecord | the registration query inspector record | |
| Errors | NULL_ARGUMENT | registrationRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(registrationRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |