OSID Logo
OSID Specifications
room package
Version 3.1.0
Interfaceosid.room.BuildingSearchResults
Implementsosid.OsidSearchResults
Used Byosid.room.BuildingSearchSession
Description

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

MethodgetBuildings
Description

Gets the building list resulting from a search.

Returnosid.room.BuildingList the building list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetBuildingQueryInspector
Description

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

Returnosid.room.BuildingQueryInspector the query inspector
Compliancemandatory This 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.TypebuildingSearchRecordType a building search record type
Returnosid.room.records.BuildingSearchResultsRecord the building search results record
ErrorsNULL_ARGUMENT BuildingSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(buildingSearchRecordType) is false
Compliancemandatory This method must be implemented.