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

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

Returnosid.room.construction.ProjectQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypeprojectSearchRecordTypea project search record type
Returnosid.room.construction.records.ProjectSearchResultsRecordthe project search results record
ErrorsNULL_ARGUMENT projectSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(projectSearchRecordType) is false
CompliancemandatoryThis method must be implemented.