OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.AssessmentOfferedSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetAssessmentsOffered
Description

Gets the assessment offered list resulting from the search.

Returnosid.assessment.AssessmentOfferedListthe assessment offered list
ErrorsILLEGAL_STATEthe assessment offered list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentOfferedQueryInspector
Description

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

Returnosid.assessment.AssessmentOfferedQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentOfferedSearchResultsRecord
Description

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

Parametersosid.type.TypeassessmentOfferedSearchRecordTypean assessment offered search record type
Returnosid.assessment.records.AssessmentOfferedSearchResultsRecordthe assessment offered search results record
ErrorsNULL_ARGUMENT assessmentOfferedSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(assessmentOfferedSearchRecordType) is false
CompliancemandatoryThis method must be implemented.