| Interface | osid.blogging.Blog | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Description |
A blog defines a collection of entries. | ||
| Method | getBlogRecord | ||
| Description |
Gets the record corresponding to the given | ||
| Parameters | osid.type.Type | blogRecordType | the blog record type |
| Return | osid.blogging.records.BlogRecord | the blog record | |
| Errors | NULL_ARGUMENT | blogRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(blogRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |