OSID Logo
OSID Specifications
room construction package
Version 3.1.0
Interfaceosid.room.construction.RenovationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.room.construction.RenovationSearchSession
Description

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

MethodgetRenovations
Description

Gets the renovation list resulting from a search.

Returnosid.room.construction.RenovationList the renovation list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetRenovationQueryInspector
Description

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

Returnosid.room.construction.RenovationQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetRenovationSearchResultsRecord
Description

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

Parametersosid.type.TyperenovationSearchRecordType a renovation search record type
Returnosid.room.construction.records.RenovationSearchResultsRecord the renovation search results record
ErrorsNULL_ARGUMENT RenovationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(renovationSearchRecordType) is false
Compliancemandatory This method must be implemented.