| Interface | osid.course.CourseOfferingQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| 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 | getCourseIdTerms | ||
| Description |
Gets the course | ||
| Return | osid.search.terms.IdTerm[] | the course Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseTerms | ||
| Description |
Gets the course query terms. | ||
| Return | osid.course.CourseQueryInspector[] | the course query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTermIdTerms | ||
| Description |
Gets the term | ||
| Return | osid.search.terms.IdTerm[] | the term Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTermTerms | ||
| Description |
Gets the term query terms. | ||
| Return | osid.course.TermQueryInspector[] | the term query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTitleTerms | ||
| Description |
Gets the title query terms. | ||
| Return | osid.search.terms.StringTerm[] | the title query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getNumberTerms | ||
| Description |
Gets the bumber query terms. | ||
| Return | osid.search.terms.StringTerm[] | the number query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInstructorIdTerms | ||
| Description |
Gets the instructor | ||
| Return | osid.search.terms.IdTerm[] | the instructor Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInstructorTerms | ||
| Description |
Gets the instructor query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the instructor query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSponsorIdTerms | ||
| Description |
Gets the sponsor | ||
| Return | osid.search.terms.IdTerm[] | the sponsor Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSponsorTerms | ||
| Description |
Gets the sponsor query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the sponsor query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditAmountIdTerms | ||
| Description |
Gets the grade system | ||
| Return | osid.search.terms.IdTerm[] | the grade system Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditAmountTerms | ||
| Description |
Gets the grade system query terms. | ||
| Return | osid.grading.GradeQueryInspector[] | the grade system 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 | getRequiresRegistrationTerms | ||
| Description |
Gets the requires registration query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the requires registration query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumSeatsTerms | ||
| Description |
Gets the minimum seats query terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the minimum seats query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMaximumSeatsTerms | ||
| Description |
Gets the maximum seats query terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the maximum seats query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getURLTerms | ||
| Description |
Gets the url query terms. | ||
| Return | osid.search.terms.StringTerm[] | the url query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getScheduleInfoTerms | ||
| Description |
Gets the scheudle info query terms. | ||
| Return | osid.search.terms.StringTerm[] | the schedule info query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEventIdTerms | ||
| Description |
Gets the event | ||
| Return | osid.search.terms.IdTerm[] | the event Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEventTerms | ||
| Description |
Gets the event query terms. | ||
| Return | osid.calendaring.EventQueryInspector[] | the event 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 | 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 | getCourseOfferingQueryInspectorRecord | ||
| Description |
Gets the course offering query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | courseOfferingRecordType | a course offering record type |
| Return | osid.course.records.CourseOfferingQueryInspectorRecord | the course offering query inspector record | |
| Errors | NULL_ARGUMENT | courseOfferingRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseOfferingRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |