OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseOfferingQueryInspector
Implementsosid.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 OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetCourseIdTerms
Description

Gets the course Id query terms.

Returnosid.search.terms.IdTerm[]the course Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetCourseTerms
Description

Gets the course query terms.

Returnosid.course.CourseQueryInspector[]the course query terms
CompliancemandatoryThis method must be implemented.
MethodgetTermIdTerms
Description

Gets the term Id query terms.

Returnosid.search.terms.IdTerm[]the term Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetTermTerms
Description

Gets the term query terms.

Returnosid.course.TermQueryInspector[]the term query terms
CompliancemandatoryThis method must be implemented.
MethodgetTitleTerms
Description

Gets the title query terms.

Returnosid.search.terms.StringTerm[]the title query terms
CompliancemandatoryThis method must be implemented.
MethodgetNumberTerms
Description

Gets the bumber query terms.

Returnosid.search.terms.StringTerm[]the number query terms
CompliancemandatoryThis method must be implemented.
MethodgetInstructorIdTerms
Description

Gets the instructor Id query terms.

Returnosid.search.terms.IdTerm[]the instructor Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetInstructorTerms
Description

Gets the instructor query terms.

Returnosid.resource.ResourceQueryInspector[]the instructor query terms
CompliancemandatoryThis method must be implemented.
MethodgetSponsorIdTerms
Description

Gets the sponsor Id query terms.

Returnosid.search.terms.IdTerm[]the sponsor Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetSponsorTerms
Description

Gets the sponsor query terms.

Returnosid.resource.ResourceQueryInspector[]the sponsor query terms
CompliancemandatoryThis method must be implemented.
MethodgetCreditAmountIdTerms
Description

Gets the grade system Id query terms.

Returnosid.search.terms.IdTerm[]the grade system Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetCreditAmountTerms
Description

Gets the grade system query terms.

Returnosid.grading.GradeQueryInspector[]the grade system query terms
CompliancemandatoryThis method must be implemented.
MethodgetGradingOptionIdTerms
Description

Gets the grade system Id query terms.

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

Gets the grade system query terms.

Returnosid.grading.GradeSystemQueryInspector[]the grade system terms
CompliancemandatoryThis method must be implemented.
MethodgetRequiresRegistrationTerms
Description

Gets the requires registration query terms.

Returnosid.search.terms.BooleanTerm[]the requires registration query terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumSeatsTerms
Description

Gets the minimum seats query terms.

Returnosid.search.terms.CardinalRangeTerm[]the minimum seats query terms
CompliancemandatoryThis method must be implemented.
MethodgetMaximumSeatsTerms
Description

Gets the maximum seats query terms.

Returnosid.search.terms.CardinalRangeTerm[]the maximum seats query terms
CompliancemandatoryThis method must be implemented.
MethodgetURLTerms
Description

Gets the url query terms.

Returnosid.search.terms.StringTerm[]the url query terms
CompliancemandatoryThis method must be implemented.
MethodgetScheduleInfoTerms
Description

Gets the scheudle info query terms.

Returnosid.search.terms.StringTerm[]the schedule info query terms
CompliancemandatoryThis method must be implemented.
MethodgetEventIdTerms
Description

Gets the event Id query terms.

Returnosid.search.terms.IdTerm[]the event Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetEventTerms
Description

Gets the event query terms.

Returnosid.calendaring.EventQueryInspector[]the event terms
CompliancemandatoryThis method must be implemented.
MethodgetActivityIdTerms
Description

Gets the activity Id query terms.

Returnosid.search.terms.IdTerm[]the activity Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetActivityTerms
Description

Gets the activity query terms.

Returnosid.course.ActivityQueryInspector[]the activity query terms
CompliancemandatoryThis method must be implemented.
MethodgetCourseCatalogIdTerms
Description

Gets the course catalog Id query terms.

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

Gets the course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[]the course catalog query terms
CompliancemandatoryThis method must be implemented.
MethodgetCourseOfferingQueryInspectorRecord
Description

Gets the course offering query inspector record corresponding to the given CourseOffering record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypecourseOfferingRecordTypea course offering record type
Returnosid.course.records.CourseOfferingQueryInspectorRecordthe course offering query inspector record
ErrorsNULL_ARGUMENT courseOfferingRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(courseOfferingRecordType) is false
CompliancemandatoryThis method must be implemented.