OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.AssessmentPartSearch
Implementsosid.OsidSearch
Used Byosid.assessment.authoring.AssessmentPartSearchSession
Description

The search interface for governing assessment part searches.

MethodsearchAmongAssessmentParts
Description

Execute this search among the given list of assessment parts.

Parametersosid.id.IdListbankIds list of assessment parts
ErrorsNULL_ARGUMENT bankIds is null
Compliancemandatory This method must be implemented.
MethodorderAssessmentPartResults
Description

Specify an ordering to the search results.

Parametersosid.assessment.authoring.AssessmentPartSearchOrderassessmentPartSearchOrder assessment part search order
ErrorsNULL_ARGUMENT assessmentPartSearchOrder is null
UNSUPPORTED assessmentPartSearchOrder is not of this service
Compliancemandatory This 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.TypeassessmentPartSearchRecordType an assessment part search record type
Returnosid.assessment.authoring.records.AssessmentPartSearchRecord the assessment part search record
ErrorsNULL_ARGUMENT assessmentPartSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(assessmentPartSearchRecordType) is false
Compliancemandatory This method must be implemented.