Uses of Interface
org.osid.commenting.BookQuery
Packages that use BookQuery
Package
Description
The Open Service Interface Definitions for the org.osid.commenting
service.
-
Uses of BookQuery in org.osid.commenting
Methods in org.osid.commenting that return BookQueryModifier and TypeMethodDescriptionBookQuery.getAncestorBookQuery()Gets the query for a book.BookQuerySession.getBookQuery()Gets a book query.CommentQuery.getBookQuery()Gets the query for a book query.BookSearchSession.getBookQueryFromInspector(BookQueryInspector bookQueryInspector) Gets an entry query from an inspector.BookQuery.getDescendantBookQuery()Gets the query for a book.Methods in org.osid.commenting with parameters of type BookQueryModifier and TypeMethodDescriptionBookQuerySession.getBooksByQuery(BookQuery bookQuery) Gets a list ofBooksmatching the given search.BookSearchSession.getBooksBySearch(BookQuery bookQuery, BookSearch bookSearch) Gets the search results matching the given search.