Interface | osid.course.registration.RegistrationQueryInspector | ||
---|---|---|---|
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 | getActivityBundleIdTerms | ||
Description |
Gets the activity bundle | ||
Return | osid.search.terms.IdTerm[] | the activity bundle Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityBundleTerms | ||
Description |
Gets the activity bundle query terms. | ||
Return | osid.course.registration.ActivityBundleQueryInspector[] | the activity bundle 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. |