public interface BlogSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BlogQueryInspector |
getBlogQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BlogList |
getBlogs()
Gets the blog list resulting from the search.
|
BlogSearchResultsRecord |
getBlogSearchResultsRecord(Type blogSearchRecordType)
Gets the blog search results record corresponding to the given blog
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBlogList getBlogs()
IllegalStateException - the blog list has already been
retrievedmandatory - This method must be implemented. BlogQueryInspector getBlogQueryInspector()
mandatory - This method must be implemented. BlogSearchResultsRecord getBlogSearchResultsRecord(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.