OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradeEntrySearch
Implementsosid.OsidSearch
Description

GradeEntrySearch defines the interface for specifying package search options.

MethodsearchAmongGradeEntries
Description

Execute this search among the given list of grade entries.

Parametersosid.id.IdListgradeEntryIdslist of grade entries
ErrorsNULL_ARGUMENT gradeEntryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderGradeEntryResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradeEntrySearchOrdergradeEntrySearchOrderpackage search order
ErrorsNULL_ARGUMENT gradeEntrySearchOrder is null
UNSUPPORTED gradeEntrySearchOrder is not of this service
CompliancemandatoryThis 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.TypegradeEntrySearchRecordTypea grade entry search record type
Returnosid.grading.records.GradeEntrySearchRecordthe grade entry search record
ErrorsNULL_ARGUMENT gradeEntrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradeEntrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.