OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradeEntrySearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetGradeEntries
Description

Gets the package list resulting from the search.

Returnosid.grading.GradeEntryListthe grade entry list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetGradeEntryQueryInspector
Description

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

Returnosid.grading.GradeEntryQueryInspectorthe grade entry query inspector
CompliancemandatoryThis method must be implemented.
MethodgetGradeEntrySearchResultsRecord
Description

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

Parametersosid.type.TypegradeEntrySearchRecordTypea grade entry search record type
Returnosid.grading.records.GradeEntrySearchResultsRecordthe grade entry search results record
ErrorsNULL_ARGUMENT gradeEntrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradeEntrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.