| Interface | osid.course.registration.request.RegistrationRequestItemQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Used By | osid.course.registration.request.RegistrationRequestItemSearchResults | ||
osid.course.registration.request.RegistrationRequestItemSmartCourseCatalogSession | |||
| Description |
This is the query inspector for examining registration request item queries. | ||
| Method | getRegistrationRequestIdTerms | ||
| Description |
Gets the registration request | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestTerms | ||
| Description |
Gets the registration request query terms. | ||
| Return | osid.course.registration.request.RegistrationRequestQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentTerms | ||
| Description |
Gets the resource query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegisterOperationTerms | ||
| Description |
Gets the register operation query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getUpdateOperationTerms | ||
| Description |
Gets the update operation query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDropOperationTerms | ||
| Description |
Gets the drop operation query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetIdTerms | ||
| Description |
Gets the registration target | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetTerms | ||
| Description |
Gets the registration target query terms. | ||
| Return | osid.course.registration.RegistrationTargetQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getExistingRegistrationIdTerms | ||
| Description |
Gets the existing registration | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getExistingRegistrationTerms | ||
| Description |
Gets the existing registration query terms. | ||
| Return | osid.course.registration.RegistrationQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditOptionTerms | ||
| Description |
Gets the credit option query terms. | ||
| Return | osid.search.terms.DecimalRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionIdTerms | ||
| Description |
Gets the grading option | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionTerms | ||
| Description |
Gets the grading option query terms. | ||
| Return | osid.grading.GradeSystemQueryInspector[] | the query 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 | getRegistrationRequestItemQueryInspectorRecord | ||
| Description |
Gets the registration request item query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | registrationRequestItemRecordType | a registration request item record type |
| Return | osid.course.registration.request.records.RegistrationRequestItemQueryInspectorRecord | the registration request item query inspector record | |
| Errors | NULL_ARGUMENT | registrationRequestItemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(registrationRequestItemRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |