| Interface | osid.blogging.BlogSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getBlogSearchOrderRecord | ||
| Description |
Gets the blog search order record interface
corresponding to the given blog record | ||
| Parameters | osid.type.Type | blogRecordType | a blog record type |
| Return | osid.blogging.records.BlogSearchOrderRecord | the blog search order 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. | |