OSID Logo
OSID Specifications
blogging package
Version 3.0.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.TypeblogRecordTypea blog record type
Returnosid.blogging.records.BlogSearchOrderRecordthe blog search order record
ErrorsNULL_ARGUMENTblogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(blogRecordType) is false
CompliancemandatoryThis method must be implemented.