OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseSearch
Implementsosid.OsidSearch
Used Byosid.course.CourseSearchSession
Description

The search interface for governing course searches.

MethodsearchAmongCourses
Description

Execute this search among the given list of courses.

Parametersosid.id.IdListcourseIds list of courses
ErrorsNULL_ARGUMENT courseIds is null
Compliancemandatory This method must be implemented.
MethodorderCourseResults
Description

Specify an ordering to the search results.

Parametersosid.course.CourseSearchOrdercourseSearchOrder course search order
ErrorsNULL_ARGUMENT courseSearchOrder is null
UNSUPPORTED courseSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCourseSearchRecord
Description

Gets the course search 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.CourseSearchRecord the course search record
ErrorsNULL_ARGUMENT courseSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseSearchRecordType) is false
Compliancemandatory This method must be implemented.