OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseOfferingSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.CourseOfferingSearchSession
Description

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

MethodgetCourseOfferings
Description

Gets the course offering list resulting from a search.

Returnosid.course.CourseOfferingList the course offering list
ErrorsILLEGAL_STATE the course offering list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetCourseOfferingQueryInspector
Description

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

Returnosid.course.CourseOfferingQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetCourseOfferingSearchResultsRecord
Description

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

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