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