OSID Logo
OSID Specifications
room construction package
Version 3.1.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.IdListrenovationIds list of renovations
ErrorsNULL_ARGUMENT renovationIds is null
Compliancemandatory This method must be implemented.
MethodorderRenovationResults
Description

Specify an ordering to the search results.

Parametersosid.room.construction.RenovationSearchOrderrenovationSearchOrder renovation search order
ErrorsNULL_ARGUMENT renovationSearchOrder is null
UNSUPPORTED renovationSearchOrder is not of this service
Compliancemandatory This 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.TyperenovationSearchRecordType a renovation search record type
Returnosid.room.construction.records.RenovationSearchRecord the renovation search record
ErrorsNULL_ARGUMENT renovationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(renovationSearchRecordType) is false
Compliancemandatory This method must be implemented.