OSID Logo
OSID Specifications
course registration package
Version 3.1.0
Interfaceosid.course.registration.RegistrationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.registration.RegistrationSearchSession
Description

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

MethodgetRegistrations
Description

Gets the registration list resulting from a search.

Returnosid.course.registration.RegistrationList the registration list
ErrorsILLEGAL_STATE the registration list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetRegistrationQueryInspector
Description

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

Returnosid.course.registration.RegistrationQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetRegistrationSearchResultsRecord
Description

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

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