OSID Logo
OSID Specifications
assessment package
Version 3.1.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.AssessmentTakenList the assessment taken list
ErrorsILLEGAL_STATE the assessment taken list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAssessmentTakenQueryInspector
Description

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

Returnosid.assessment.AssessmentTakenQueryInspector the query inspector
Compliancemandatory This 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.TypeassessmentTakenSearchRecordType an assessment taken search record type
Returnosid.assessment.records.AssessmentTakenSearchResultsRecord the assessment taken search results record
ErrorsNULL_ARGUMENT assessmentTakenSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(assessmentTakenSearchRecordType) is false
Compliancemandatory This method must be implemented.