OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.ProgramOfferingQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.course.program.EnrollmentQueryInspector
osid.course.program.ProgramOfferingQueryInspector
osid.course.program.ProgramOfferingSearchResults
osid.course.program.ProgramOfferingSmartCourseCatalogSession
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
Compliancemandatory This method must be implemented.
MethodgetProgramTerms
Description

Gets the program query terms.

Returnosid.course.program.ProgramQueryInspector[] the program query terms
Compliancemandatory This method must be implemented.
MethodgetTermIdTerms
Description

Gets the term Id query terms.

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

Gets the term query terms.

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

Gets the title query terms.

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

Gets the bumber query terms.

Returnosid.search.terms.StringTerm[] the number query terms
Compliancemandatory This method must be implemented.
MethodgetSponsorIdTerms
Description

Gets the sponsor Id query terms.

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

Gets the sponsor query terms.

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

Gets the parent program offering Id query terms.

Returnosid.search.terms.IdTerm[] the parent program offering Id query terms
Compliancemandatory This method must be implemented.
MethodgetParentProgramOfferingTerms
Description

Gets the parent program offering query terms.

Returnosid.course.program.ProgramOfferingQueryInspector[] the parent program offering query terms
Compliancemandatory This method must be implemented.
MethodgetLearningObjectiveIdTerms
Description

Gets the objective Id query terms.

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

Gets the objective query terms.

Returnosid.learning.ObjectiveQueryInspector[] the objective query terms
Compliancemandatory This method must be implemented.
MethodgetRestrictedAudienceIdTerms
Description

Gets the restricted audience Id query terms.

Returnosid.search.terms.IdTerm[] the restricted audience Id query terms
Compliancemandatory This method must be implemented.
MethodgetRestrictedAudienceTerms
Description

Gets the restricted audience query terms.

Returnosid.resource.ResourceQueryInspector[] the restricted audience query terms
Compliancemandatory This method must be implemented.
MethodgetCompletionRequirementsInfoTerms
Description

Gets the completion requirements query terms.

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

Gets the completion requirements requisite Id query terms.

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

Gets the completion requirements requisite query terms.

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

Gets the credential Id query terms.

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

Gets the credential query terms.

Returnosid.course.program.CredentialQueryInspector[] the grade system terms
Compliancemandatory This method must be implemented.
MethodgetRequiresRegistrationTerms
Description

Gets the requires registration query terms.

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

Gets the minimum seats query terms.

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

Gets the maximum seats query terms.

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

Gets the url query terms.

Returnosid.search.terms.StringTerm[] the url query 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.
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.TypeprogramOfferingRecordType a program offering record type
Returnosid.course.program.records.ProgramOfferingQueryInspectorRecord the program offering query inspector record
ErrorsNULL_ARGUMENT programOfferingRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(programOfferingRecordType) is false
Compliancemandatory This method must be implemented.