OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Interfaceosid.course.registration.RegistrationTargetSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.registration.RegistrationTargetSearchSession
Description

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

MethodgetRegistrationTargets
Description

Gets the registration target list resulting from a search.

Returnosid.course.registration.RegistrationTargetListthe registration target list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetRegistrationTargetQueryInspector
Description

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

Returnosid.course.registration.RegistrationTargetQueryInspectorthe registration target query inspector
CompliancemandatoryThis method must be implemented.
MethodgetRegistrationTargetSearchResultsRecord
Description

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

Parametersosid.type.TyperegistrationTargetSearchRecordTypea registration target search record type
Returnosid.course.registration.records.RegistrationTargetSearchResultsRecordthe registration target search results record
ErrorsNULL_ARGUMENTregistrationTargetSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(registrationTargetSearchRecordTypee) is false
CompliancemandatoryThis method must be implemented.