OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.CourseSearchSession
Description

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

MethodgetCourses
Description

Gets the course list resulting from a search.

Returnosid.course.CourseList the course list
ErrorsILLEGAL_STATE the course list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetCourseQueryInspector
Description

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

Returnosid.course.CourseQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetCourseSearchResultsRecord
Description

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

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