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

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

MethodgetAssessmentParts
Description

Gets the AssessmentPartList resulting from a search.

Returnosid.assessment.authoring.AssessmentPartListthe assessment part list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentPartQueryInspector
Description

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

Returnosid.assessment.authoring.AssessmentPartQueryInspectorthe assessment part query inspector
CompliancemandatoryThis 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.TypeassessmentPartSearchRecordTypean assessment part search record type
Returnosid.assessment.authoring.records.AssessmentPartSearchResultsRecordthe assessment part search results record
ErrorsNULL_ARGUMENT assessmentPartSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(assessmentPartSearchRecordType) is false
CompliancemandatoryThis method must be implemented.