OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.ConferralSearch
Implementsosid.OsidSearch
Used Byosid.recognition.ConferralSearchSession
Description

The search interface for governing conferral searches.

MethodsearchAmongConferrals
Description

Execute this search among the given list of conferrals.

Parametersosid.id.IdListconferralIds list of conferrals
ErrorsNULL_ARGUMENT conferralIds is null
Compliancemandatory This method must be implemented.
MethodorderConferralResults
Description

Specify an ordering to the search results.

Parametersosid.recognition.ConferralSearchOrderconferralSearchOrder conferral search order
ErrorsNULL_ARGUMENT conferralSearchOrder is null
UNSUPPORTED conferralSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetConferralSearchRecord
Description

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

Parametersosid.type.TypeconferralSearchRecordType a conferral search record type
Returnosid.recognition.records.ConferralSearchRecord the conferral search record
ErrorsNULL_ARGUMENT conferralSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(conferralSearchRecordType) is false
Compliancemandatory This method must be implemented.