OSID Logo
OSID Specifications
course registration package
Version 3.1.0
Interfaceosid.course.registration.RegistrationQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.course.chronicle.CourseEntryQueryInspector
osid.course.registration.RegistrationSearchResults
osid.course.registration.RegistrationSmartCourseCatalogSession
osid.course.registration.request.RegistrationRequestItemQueryInspector
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 OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetCourseRegistrationIdTerms
Description

Gets the course registration Id query terms.

Returnosid.search.terms.IdTerm[] the course registration Id query terms
Compliancemandatory This method must be implemented.
MethodgetCourseRegistrationTerms
Description

Gets the course registration query terms.

Returnosid.course.registration.CourseRegistrationQueryInspector[] the course registration query terms
Compliancemandatory This method must be implemented.
MethodgetRegistrationTargetQueryIdTerms
Description

Gets the registration target Id query terms.

Returnosid.search.terms.IdTerm[] the registration target Id query terms
Compliancemandatory This method must be implemented.
MethodgetRegistrationTargetQueryTerms
Description

Gets the registration target query terms.

Returnosid.course.registration.RegistrationTargetQueryInspector[] the registration target query terms
Compliancemandatory This method must be implemented.
MethodgetStudentIdTerms
Description

Gets the student Id query terms.

Returnosid.search.terms.IdTerm[] the student Id query terms
Compliancemandatory This method must be implemented.
MethodgetStudentTerms
Description

Gets the student query terms.

Returnosid.resource.ResourceQueryInspector[] the student query terms
Compliancemandatory This method must be implemented.
MethodgetCreditsTerms
Description

Gets the credits query terms.

Returnosid.search.terms.DecimalTerm[] the credits query terms
Compliancemandatory This method must be implemented.
MethodgetGradingOptionIdTerms
Description

Gets the grade system Id query terms.

Returnosid.search.terms.IdTerm[] the grade system Id query terms
Compliancemandatory This method must be implemented.
MethodgetGradingOptionTerms
Description

Gets the grade system query terms.

Returnosid.grading.GradeSystemQueryInspector[] the grade system terms
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogIdTerms
Description

Gets the course catalog Id query terms.

Returnosid.search.terms.IdTerm[] the course catalog Id query terms
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogTerms
Description

Gets the course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[] the course catalog query terms
Compliancemandatory This method must be implemented.
MethodgetRegistrationQueryInspectorRecord
Description

Gets the registration query inspector record corresponding to the given Registration record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TyperegistrationRecordType a registration record type
Returnosid.course.registration.records.RegistrationQueryInspectorRecord the registration query inspector record
ErrorsNULL_ARGUMENT registrationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(registrationRecordType) is false
Compliancemandatory This method must be implemented.