Interface | osid.commenting.BookQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
Description |
This is the query inspector for examining bok queries. | ||
Method | getCommentIdTerms | ||
Description |
Gets the comment | ||
Return | osid.search.terms.IdTerm[] | the comment Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommentTerms | ||
Description |
Gets the comment terms. | ||
Return | osid.commenting.CommentQueryInspector[] | the comment terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorBookIdTerms | ||
Description |
Gets the ancestor book | ||
Return | osid.search.terms.IdTerm[] | the ancestor book Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorBookTerms | ||
Description |
Gets the ancestor book terms. | ||
Return | osid.commenting.BookQueryInspector[] | the ancestor book terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantBookIdTerms | ||
Description |
Gets the descendant book | ||
Return | osid.search.terms.IdTerm[] | the descendant book Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantBookTerms | ||
Description |
Gets the descendant book terms. | ||
Return | osid.commenting.BookQueryInspector[] | the descendant book terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBookQueryInspectorRecord | ||
Description |
Gets the book query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | bookRecordType | a book record type |
Return | osid.commenting.records.BookQueryInspectorRecord | the book query inspector record | |
Errors | NULL_ARGUMENT | bookRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(bookRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |