OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
Interfaceosid.forum.ForumSearchOrder
Implementsosid.OsidCatalogSearchOrder
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_ARGUMENT forumRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(forumRecordType) is false
CompliancemandatoryThis method must be implemented.