OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.BuildingSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetBuildings
Description

Gets the building list resulting from a search.

Returnosid.room.BuildingListthe building list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetBuildingQueryInspector
Description

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

Returnosid.room.BuildingQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetBuildingSearchResultsRecord
Description

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

Parametersosid.type.TypebuildingSearchRecordTypea building search record type
Returnosid.room.records.BuildingSearchResultsRecordthe building search results record
ErrorsNULL_ARGUMENT BuildingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(buildingSearchRecordType) is false
CompliancemandatoryThis method must be implemented.