OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.ResultSearch
Implementsosid.OsidSearch
Description

The search interface for governing result searches.

MethodsearchAmongResults
Description

Execute this search among the given list of results.

Parametersosid.id.IdListresultIdslist of results
ErrorsNULL_ARGUMENT resultIds is null
CompliancemandatoryThis method must be implemented.
MethodorderResultResults
Description

Specify an ordering to the search results.

Parametersosid.offering.ResultSearchOrderresultSearchOrderresult search order
ErrorsNULL_ARGUMENT resultSearchOrder is null
UNSUPPORTED resultSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetResultSearchRecord
Description

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

Parametersosid.type.TyperesultSearchRecordTypean result search record type
Returnosid.offering.records.ResultSearchRecordthe result search record
ErrorsNULL_ARGUMENT resultSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(resultSearchRecordType) is false
CompliancemandatoryThis method must be implemented.