public interface BlogSearch extends OsidSearch
The interface for governing blog searches.
| Modifier and Type | Method and Description |
|---|---|
BlogSearchRecord |
getBlogSearchRecord(Type blogSearchRecordType)
Gets the blog search record corresponding to the given blog search
record
Type. |
void |
orderBlogResults(BlogSearchOrder blogSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongBlogs(IdList blogIds)
Execute this search among the given list of blogs.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongBlogs(IdList blogIds)
blogIds - list of blogsNullArgumentException - blogIds is
null mandatory - This method must be implemented. void orderBlogResults(BlogSearchOrder blogSearchOrder)
blogSearchOrder - blog search orderNullArgumentException - blogSearchOrder
is null UnsupportedException - blogSearchOrder
is not of this servicemandatory - This method must be implemented. BlogSearchRecord getBlogSearchRecord(Type blogSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an object
implementing the requested record.blogSearchRecordType - a blog search record typeNullArgumentException - blogSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(blogSearchRecordType) is false
mandatory - This method must be implemented.