OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.AwardEntrySearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.chronicle.AwardEntrySearchSession
Description

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

MethodgetAwardEntries
Description

Gets the course list resulting from a search.

Returnosid.course.chronicle.AwardEntryList the award entry list
ErrorsILLEGAL_STATE the award entry list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAwardEntryQueryInspector
Description

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

Returnosid.course.chronicle.AwardEntryQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAwardEntrySearchResultsRecord
Description

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

Parametersosid.type.TypeawardEntrySearchRecordType an award entry search record type
Returnosid.course.chronicle.records.AwardEntrySearchResultsRecord the award entry search results record
ErrorsNULL_ARGUMENT awardEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(awardEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.