OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseCatalogQueryInspector
Implementsosid.OsidCatalogQueryInspector
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.
MethodgetActivityUnitIdTerms
Description

Gets the activity unit Id query terms.

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

Gets the activity unit query terms.

Returnosid.course.ActivityUnitQueryInspector[]the activity unit query terms
CompliancemandatoryThis method must be implemented.
MethodgetCourseOfferingIdTerms
Description

Gets the course offering Id query terms.

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

Gets the course offering query terms.

Returnosid.course.CourseOfferingQueryInspector[]the course offering query 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.
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.
MethodgetAncestorCourseCatalogIdTerms
Description

Gets the ancestor course catalog Id query terms.

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

Gets the ancestor course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[]the ancestor course catalog terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantCourseCatalogIdTerms
Description

Gets the descendant course catalog Id query terms.

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

Gets the descendant course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[]the descendant course catalog terms
CompliancemandatoryThis method must be implemented.
MethodgetCourseCatalogQueryInspectorRecord
Description

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

Parametersosid.type.TypecourseCatalogRecordTypea course catalog record type
Returnosid.course.records.CourseCatalogQueryInspectorRecordthe course catalog query inspector record
ErrorsNULL_ARGUMENT courseCatalogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(courseCatalogRecordType) is false
CompliancemandatoryThis method must be implemented.