OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Interfaceosid.course.registration.CourseRegistrationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.registration.CourseRegistrationSearchSession
Description

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

MethodgetCourseRegistrations
Description

Gets the course registration list resulting from a search.

Returnosid.course.registration.CourseRegistrationListthe course registration list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetCourseRegistrationQueryInspector
Description

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

Returnosid.course.registration.CourseRegistrationQueryInspectorthe course registration query inspector
CompliancemandatoryThis method must be implemented.
MethodgetCourseRegistrationSearchResultsRecord
Description

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

Parametersosid.type.TypecourseRegistrationSearchRecordTypea course registration search record type
Returnosid.course.registration.records.CourseRegistrationSearchResultsRecordthe course registration search results record
ErrorsNULL_ARGUMENTcourseRegistrationSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(courseRegistrationSearchRecordTypee) is false
CompliancemandatoryThis method must be implemented.