OSID Logo
OSID Specifications
course syllabus package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.syllabus.DocetSearch
Implementsosid.OsidSearch
Description

The search interface for governing docet searches.

MethodsearchAmongDocets
Description

Execute this search among the given list of docets.

Parametersosid.id.IdListdocetIdslist of docets
ErrorsNULL_ARGUMENT docetIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDocetResults
Description

Specify an ordering to the search results.

Parametersosid.course.syllabus.DocetSearchOrderdocetSearchOrderdocet search order
ErrorsNULL_ARGUMENT docetSearchOrder is null
UNSUPPORTED docetSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDocetSearchRecord
Description

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

Parametersosid.type.TypedocetSearchRecordTypea docet search record type
Returnosid.course.syllabus.records.DocetSearchRecordthe docet search record
ErrorsNULL_ARGUMENT docetSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(docetSearchRecordType) is false
CompliancemandatoryThis method must be implemented.