OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.Blog
Implementsosid.OsidCatalog
Description

A blog defines a collection of entries.

MethodgetBlogRecord
Description

Gets the record corresponding to the given Blog record Type. This method is used to retrieve an object implementing the requested record. The blogRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(blogRecordType) is true .

Parametersosid.type.TypeblogRecordTypethe blog record type
Returnosid.blogging.records.BlogRecordthe blog record
ErrorsNULL_ARGUMENT blogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(blogRecordType) is false
CompliancemandatoryThis method must be implemented.