public interface BookQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining bok queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorBookIdTerms()
Gets the ancestor book
Id terms. |
BookQueryInspector[] |
getAncestorBookTerms()
Gets the ancestor book terms.
|
BookQueryInspectorRecord |
getBookQueryInspectorRecord(Type bookRecordType)
Gets the book query inspector record corresponding to the given
Book record Type. |
IdTerm[] |
getCommentIdTerms()
Gets the comment
Id terms. |
CommentQueryInspector[] |
getCommentTerms()
Gets the comment terms.
|
IdTerm[] |
getDescendantBookIdTerms()
Gets the descendant book
Id terms. |
BookQueryInspector[] |
getDescendantBookTerms()
Gets the descendant book terms.
|
getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getCommentIdTerms()
Id terms.getCommentIdTerms in interface OsidObjectQueryInspector Id termsmandatory - This method must be implemented. CommentQueryInspector[] getCommentTerms()
getCommentTerms in interface OsidObjectQueryInspectormandatory - This method must be implemented. IdTerm[] getAncestorBookIdTerms()
Id terms. Id termsmandatory - This method must be implemented. BookQueryInspector[] getAncestorBookTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantBookIdTerms()
Id terms. Id termsmandatory - This method must be implemented. BookQueryInspector[] getDescendantBookTerms()
mandatory - This method must be implemented. BookQueryInspectorRecord getBookQueryInspectorRecord(Type bookRecordType) throws OperationFailedException
Book record Type. bookRecordType - a book record typeNullArgumentException - bookRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(bookRecordType) is false mandatory - This method must be implemented.