OSID Logo
OSID Specifications
forum package
Version 3.1.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.TypeforumRecordType a forum record type
Returnosid.forum.records.ForumSearchOrderRecord the forum search order record
ErrorsNULL_ARGUMENT forumRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(forumRecordType) is false
Compliancemandatory This method must be implemented.