public interface BookSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BookQueryInspector |
getBookQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
BookList |
getBooks()
Gets the book list resulting from a search.
|
BookSearchResultsRecord |
getBookSearchResultsRecord(Type bookSearchRecordType)
Gets the book search results record corresponding to the given book
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBookList getBooks()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BookQueryInspector getBookQueryInspector()
mandatory - This method must be implemented. BookSearchResultsRecord getBookSearchResultsRecord(Type bookSearchRecordType) throws OperationFailedException
bookSearchRecordType - a book search record typeNullArgumentException - BookSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(bookSearchRecordType) is false
mandatory - This method must be implemented.