OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.authoring.AssessmentPartSearch
Implementsosid.OsidSearch
Description

The search interface for governing assessment part searches.

MethodsearchAmongAssessmentParts
Description

Execute this search among the given list of assessment parts.

Parametersosid.id.IdListbankIdslist of assessment parts
ErrorsNULL_ARGUMENT bankIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAssessmentPartResults
Description

Specify an ordering to the search results.

Parametersosid.assessment.authoring.AssessmentPartSearchOrderassessmentPartSearchOrderassessment part search order
ErrorsNULL_ARGUMENT assessmentPartSearchOrder is null
UNSUPPORTED assessmentPartSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentPartSearchRecord
Description

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

Parametersosid.type.TypeassessmentPartSearchRecordTypean assessment part search record type
Returnosid.assessment.authoring.records.AssessmentPartSearchRecordthe assessment part search record
ErrorsNULL_ARGUMENT assessmentPartSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(assessmentPartSearchRecordType) is false
CompliancemandatoryThis method must be implemented.