OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.CreditSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetCredits
Description

Gets the credit list resulting from a search.

Returnosid.acknowledgement.CreditListthe credit list
ErrorsILLEGAL_STATEthe list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetCreditQueryInspector
Description

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

Returnosid.acknowledgement.CreditQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetCreditSearchResultsRecord
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.CreditSearchResultsRecordthe credit search results record
ErrorsNULL_ARGUMENT creditSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(creditSearchRecordType) is false
CompliancemandatoryThis method must be implemented.