OSID Logo
OSID Specifications
room construction package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.construction.RenovationSearchResults
Implementsosid.OsidSearchResults
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.RenovationListthe renovation list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetRenovationQueryInspector
Description

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

Returnosid.room.construction.RenovationQueryInspectorthe query inspector
CompliancemandatoryThis 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.TyperenovationSearchRecordTypea renovation search record type
Returnosid.room.construction.records.RenovationSearchResultsRecordthe renovation search results record
ErrorsNULL_ARGUMENT RenovationSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(renovationSearchRecordType) is false
CompliancemandatoryThis method must be implemented.