| Interface | osid.blogging.BlogQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching among   Blogs may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | canSearchBlogs | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if search methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBlogQuery | ||
| Description | 
                     Gets a blog query. The returned query will not have an extension query.  | ||
| Return | osid.blogging.BlogQuery | the blog query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBlogsByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.blogging.BlogQuery | blogQuery | the blog query | 
| Return | osid.blogging.BlogList | the returned  BlogList   | |
| Errors | NULL_ARGUMENT |  blogQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | a  blogQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |