Interface | osid.blogging.BlogSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The interface for governing blog searches. | ||
Method | searchAmongBlogs | ||
Description |
Execute this search among the given list of blogs. | ||
Parameters | osid.id.IdList | blogIds | list of blogs |
Errors | NULL_ARGUMENT | blogIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderBlogResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.blogging.BlogSearchOrder | blogSearchOrder | blog search order |
Errors | NULL_ARGUMENT | blogSearchOrder is null | |
UNSUPPORTED | blogSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBlogSearchRecord | ||
Description |
Gets the blog search record corresponding to the given
blog search record | ||
Parameters | osid.type.Type | blogSearchRecordType | a blog search record type |
Return | osid.blogging.records.BlogSearchRecord | the blog search record | |
Errors | NULL_ARGUMENT | blogSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(blogSearchRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |