OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseCatalogSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.CourseCatalogSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetCourseCatalogs
Description

Gets the course catalog list resulting from a search.

Returnosid.course.CourseCatalogList the course catalog list
ErrorsILLEGAL_STATE the course catalog list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.course.CourseCatalogQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogSearchResultsRecord
Description

Gets the course catalog search results record corresponding to the given course catalog search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecourseCatalogSearchRecordType a course catalog search record type
Returnosid.course.records.CourseCatalogSearchResultsRecord the course catalog search results record
ErrorsNULL_ARGUMENT courseCatalogSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseCatalogSearchRecordType) is false
Compliancemandatory This method must be implemented.