OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeEntrySearch
Implementsosid.OsidSearch
Used Byosid.grading.GradeEntrySearchSession
Description

GradeEntrySearch defines the interface for specifying package search options.

MethodsearchAmongGradeEntries
Description

Execute this search among the given list of grade entries.

Parametersosid.id.IdListgradeEntryIds list of grade entries
ErrorsNULL_ARGUMENT gradeEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderGradeEntryResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradeEntrySearchOrdergradeEntrySearchOrder package search order
ErrorsNULL_ARGUMENT gradeEntrySearchOrder is null
UNSUPPORTED gradeEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetGradeEntrySearchRecord
Description

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

Parametersosid.type.TypegradeEntrySearchRecordType a grade entry search record type
Returnosid.grading.records.GradeEntrySearchRecord the grade entry search record
ErrorsNULL_ARGUMENT gradeEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.