| Interface | osid.course.registration.RegistrationTargetQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Used By | osid.course.registration.RegistrationQueryInspector | ||
osid.course.registration.RegistrationTargetSearchResults | |||
osid.course.registration.RegistrationTargetSmartCourseCatalogSession | |||
osid.course.registration.request.RegistrationRequestItemQueryInspector | |||
| Description |
This is the query inspector for examining registration target 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 | getActivityIdTerms | ||
| Description |
Gets the activity | ||
| Return | osid.search.terms.IdTerm[] | the activity Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityTerms | ||
| Description |
Gets the activity query terms. | ||
| Return | osid.course.ActivityQueryInspector[] | the activity 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 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 | getRegistrationTargetQueryInspectorRecord | ||
| Description |
Gets the registration target query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | registrationTargetRecordType | a registration target record type |
| Return | osid.course.registration.records.RegistrationTargetQueryInspectorRecord | the registration target query inspector record | |
| Errors | NULL_ARGUMENT | registrationTargetRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(registrationTargetRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |