OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeEntrySearchResults
Implementsosid.OsidSearchResults
Used Byosid.grading.GradeEntrySearchSession
Description

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

MethodgetGradeEntries
Description

Gets the package list resulting from the search.

Returnosid.grading.GradeEntryList the grade entry list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetGradeEntryQueryInspector
Description

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

Returnosid.grading.GradeEntryQueryInspector the grade entry query inspector
Compliancemandatory This 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.TypegradeEntrySearchRecordType a grade entry search record type
Returnosid.grading.records.GradeEntrySearchResultsRecord the grade entry search results record
ErrorsNULL_ARGUMENT gradeEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.