OSID Logo
OSID Specifications
room construction package
Version 3.1.0
Interfaceosid.room.construction.ProjectSearchResults
Implementsosid.OsidSearchResults
Used Byosid.room.construction.ProjectSearchSession
Description

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

MethodgetProjects
Description

Gets the project list resulting from a search.

Returnosid.room.construction.ProjectList the project list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetProjectQueryInspector
Description

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

Returnosid.room.construction.ProjectQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetProjectSearchResultsRecord
Description

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

Parametersosid.type.TypeprojectSearchRecordType a project search record type
Returnosid.room.construction.records.ProjectSearchResultsRecord the project search results record
ErrorsNULL_ARGUMENT projectSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(projectSearchRecordType) is false
Compliancemandatory This method must be implemented.