OSID Logo
OSID Specifications
blogging package
Version 3.1.0
Interfaceosid.blogging.BlogSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.blogging.BlogSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBlogSearchOrderRecord
Description

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

Parametersosid.type.TypeblogRecordType a blog record type
Returnosid.blogging.records.BlogSearchOrderRecord the blog search order record
ErrorsNULL_ARGUMENT blogRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(blogRecordType) is false
Compliancemandatory This method must be implemented.