OSID Logo
OSID Specifications
forum package
Version 3.0.0
Interfaceosid.forum.ForumSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.forum.ForumSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetForumSearchOrderRecord
Description

Gets the forum search order record corresponding to the given forum record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeforumRecordTypea forum record type
Returnosid.forum.records.ForumSearchOrderRecordthe forum search order record
ErrorsNULL_ARGUMENTforumRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(forumRecordType) is false
CompliancemandatoryThis method must be implemented.