OSID Logo
OSID Specifications
course registration package
Version 3.1.0
Interfaceosid.course.registration.ActivityRegistrationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.registration.ActivityRegistrationSearchSession
Description

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

MethodgetActivityRegistrations
Description

Gets the activity registration list resulting from a search.

Returnosid.course.registration.ActivityRegistrationList the activity registration list
ErrorsILLEGAL_STATE the activity registration list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetActivityRegistrationQueryInspector
Description

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

Returnosid.course.registration.ActivityRegistrationQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetActivityRegistrationSearchResultsRecord
Description

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

Parametersosid.type.TypeactivityRegistrationSearchRecordType an activity registration search record type
Returnosid.course.registration.records.ActivityRegistrationSearchResultsRecord the activity registration search interface
ErrorsNULL_ARGUMENT activityRegistrationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(activityRegistrationSearchRecordType) is false
Compliancemandatory This method must be implemented.