| Interface | osid.course.registration.ActivityBundleQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| 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 | 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 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 | getActivityBundleQueryInspectorRecord | ||
| Description | 
                     Gets the activity bundle query inspector record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | activityBundleRecordType | an activity bundle record type | 
| Return | osid.course.registration.records.ActivityBundleQueryInspectorRecord | the activity bundle query inspector record | |
| Errors | NULL_ARGUMENT |  activityBundleRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(activityBundleRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |