OSID Logo
OSID Specifications
room construction package
Version 3.0.0
Interfaceosid.room.construction.RenovationSearch
Implementsosid.OsidSearch
Used Byosid.room.construction.RenovationSearchSession
Description

The search interface for governing renovation searches.

MethodsearchAmongRenovations
Description

Execute this search among the given list of renovations.

Parametersosid.id.IdListrenovationIdslist of renovations
ErrorsNULL_ARGUMENTrenovationIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRenovationResults
Description

Specify an ordering to the search results.

Parametersosid.room.construction.RenovationSearchOrderrenovationSearchOrderrenovation search order
ErrorsNULL_ARGUMENTrenovationSearchOrder is null
UNSUPPORTEDrenovationSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetRenovationSearchRecord
Description

Gets the dis[atch search 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.RenovationSearchRecordthe renovation search record
ErrorsNULL_ARGUMENTrenovationSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(renovationSearchRecordType) is false
CompliancemandatoryThis method must be implemented.