OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Interfaceosid.blogging.Blog
Implementsosid.OsidCatalog
Used Byosid.blogging.BlogAdminSession
osid.blogging.BlogList
osid.blogging.BlogLookupSession
osid.blogging.BlogNode
osid.blogging.EntryAdminSession
osid.blogging.EntryLookupSession
osid.blogging.EntryNotificationSession
osid.blogging.EntryQuerySession
osid.blogging.EntrySmartBlogSession
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_ARGUMENTblogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(blogRecordType) is false
CompliancemandatoryThis method must be implemented.