OSID Logo
OSID Specifications
course program package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.program.ProgramOfferingQueryInspector
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.

MethodgetProgramIdTerms
Description

Gets the course Id query terms.

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

Gets the program query terms.

Returnosid.course.program.ProgramQueryInspector[]the program 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 sponsor Id query terms.

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

Gets the sponsor query terms.

Returnosid.resource.ResourceQueryInspector[]the sponsor 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.
MethodgetCompletionRequirementsInfoTerms
Description

Gets the completion requirements query terms.

Returnosid.search.terms.StringTerm[]the prereq query terms
CompliancemandatoryThis method must be implemented.
MethodgetCompletionRequirementsIdTerms
Description

Gets the completion requirements requisite Id query terms.

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

Gets the completion requirements requisite query terms.

Returnosid.course.requisite.RequisiteQueryInspector[]the requisite query terms
CompliancemandatoryThis method must be implemented.
MethodgetCredentialIdTerms
Description

Gets the credential Id query terms.

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

Gets the credential query terms.

Returnosid.course.program.CredentialQueryInspector[]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.
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.
MethodgetProgramOfferingQueryInspectorRecord
Description

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

Parametersosid.type.TypeprogramOfferingRecordTypea program offering record type
Returnosid.course.program.records.ProgramOfferingQueryInspectorRecordthe program offering query inspector record
ErrorsNULL_ARGUMENT programOfferingRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(programOfferingRecordType) is false
CompliancemandatoryThis method must be implemented.