OSID Logo
OSID Specifications
recipe package
Version 3.1.0
Interfaceosid.recipe.ProcedureSearchResults
Implementsosid.OsidSearchResults
Used Byosid.recipe.ProcedureSearchSession
Description

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

MethodgetProcedures
Description

Gets the procedure list resulting from a search.

Returnosid.recipe.ProcedureList the procedure list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetProcedureQueryInspector
Description

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

Returnosid.recipe.ProcedureQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetProcedureSearchResultsRecord
Description

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

Parametersosid.type.TypeprocedureSearchRecordType a procedure search record type
Returnosid.recipe.records.ProcedureSearchResultsRecord the procedure search record
ErrorsNULL_ARGUMENT procedureSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(procedureSearchRecordType) is false
Compliancemandatory This method must be implemented.