OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.AssessmentPartSearchResults
Implementsosid.OsidSearchResults
Used Byosid.assessment.authoring.AssessmentPartSearchSession
Description

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

MethodgetAssessmentParts
Description

Gets the AssessmentPartList resulting from a search.

Returnosid.assessment.authoring.AssessmentPartList the assessment part list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAssessmentPartQueryInspector
Description

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

Returnosid.assessment.authoring.AssessmentPartQueryInspector the assessment part query inspector
Compliancemandatory This method must be implemented.
MethodgetAssessmentPartSearchResultsRecord
Description

Gets the assessment part search results record corresponding to the given assessment part search record Type.This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypeassessmentPartSearchRecordType an assessment part search record type
Returnosid.assessment.authoring.records.AssessmentPartSearchResultsRecord the assessment part search results record
ErrorsNULL_ARGUMENT assessmentPartSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(assessmentPartSearchRecordType) is false
Compliancemandatory This method must be implemented.