OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Interfaceosid.assessment.AssessmentTakenSearchResults
Implementsosid.OsidSearchResults
Used Byosid.assessment.AssessmentTakenSearchSession
Description

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

MethodgetAssessmentsTaken
Description

Gets the assessment taken list resulting from the search.

Returnosid.assessment.AssessmentTakenListthe assessment taken list
ErrorsILLEGAL_STATEthe assessment taken list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentTakenQueryInspector
Description

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

Returnosid.assessment.AssessmentTakenQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentTakenSearchResultsRecord
Description

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

Parametersosid.type.TypeassessmentTakenSearchRecordTypean assessment taken search record type
Returnosid.assessment.records.AssessmentTakenSearchResultsRecordthe assessment taken search results record
ErrorsNULL_ARGUMENTassessmentTakenSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(assessmentTakenSearchRecordType) is false
CompliancemandatoryThis method must be implemented.