OSID Logo
OSID Specifications
room package
Version 3.1.0
Interfaceosid.room.CampusSearchResults
Implementsosid.OsidSearchResults
Used Byosid.room.CampusSearchSession
Description

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

MethodgetCampuses
Description

Gets the campus list resulting from a search.

Returnosid.room.CampusList the campus list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetCampusQueryInspector
Description

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

Returnosid.room.CampusQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetCampusSearchResultsRecord
Description

Gets the campus search results record corresponding to the given campus search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypecampusSearchRecordType a campus search record type
Returnosid.room.records.CampusSearchResultsRecord the campus search results record
ErrorsNULL_ARGUMENT campusSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(campusSearchRecordType) is false
Compliancemandatory This method must be implemented.