OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.CreditSearch
Implementsosid.OsidSearch
Description

The search interface for governing credit searches.

MethodsearchAmongCredits
Description

Execute this search among the given list of credits.

Parametersosid.id.IdListcreditIdslist of credits
ErrorsNULL_ARGUMENT creditIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCreditResults
Description

Specify an ordering to the search results.

Parametersosid.acknowledgement.CreditSearchOrdercreditSearchOrdercredit search order
ErrorsNULL_ARGUMENT creditSearchOrder is null
UNSUPPORTED creditSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetCreditSearchRecord
Description

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

Parametersosid.type.TypecreditSearchRecordTypea credit search record type
Returnosid.acknowledgement.records.CreditSearchRecordthe credit search record
ErrorsNULL_ARGUMENT creditSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(creditSearchRecordType) is false
CompliancemandatoryThis method must be implemented.