OSID Logo
OSID Specifications
room construction package
Version 3.0.0
Interfaceosid.room.construction.ProjectSearch
Implementsosid.OsidSearch
Used Byosid.room.construction.ProjectSearchSession
Description

The search interface for governing project searches.

MethodsearchAmongProjects
Description

Execute this search among the given list of projects.

Parametersosid.id.IdListProjectIdslist of projects
ErrorsNULL_ARGUMENTProjectIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProjectResults
Description

Specify an ordering to the search results.

Parametersosid.room.construction.ProjectSearchOrderprojectSearchOrderproject search order
ErrorsNULL_ARGUMENTprojectSearchOrder is null
UNSUPPORTEDprojectSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProjectSearchRecord
Description

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

Parametersosid.type.TypeprojectSearchRecordTypea project search record type
Returnosid.room.construction.records.ProjectSearchRecordthe project search record
ErrorsNULL_ARGUMENTprojectSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(projectSearchRecordType) is false
CompliancemandatoryThis method must be implemented.