| Interface | osid.blogging.BlogQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Description | This is the query inspector for examining blog queries. | ||
| Method | getEntryIdTerms | ||
| Description | Gets the entry  | ||
| Return | osid.search.terms.IdTerm[] | the entry  Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryTerms | ||
| Description | Gets the entry terms. | ||
| Return | osid.blogging.EntryQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorBlogIdTerms | ||
| Description | Gets the ancestor blog  | ||
| Return | osid.search.terms.IdTerm[] | the ancestor blog  Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorBlogTerms | ||
| Description | Gets the ancestor blog terms. | ||
| Return | osid.blogging.BlogQueryInspector[] | the ancestor blog terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantBlogIdTerms | ||
| Description | Gets the descendant blog  | ||
| Return | osid.search.terms.IdTerm[] | the descendant blog  Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantBlogTerms | ||
| Description | Gets the descendant blog terms. | ||
| Return | osid.blogging.BlogQueryInspector[] | the descendant blog terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBlogQueryInspectorRecord | ||
| Description | Gets the blog query inspector record corresponding to 
                    the given  | ||
| Parameters | osid.type.Type | blogRecordType | a blog record type | 
| Return | osid.blogging.records.BlogQueryInspectorRecord | the blog query inspector record | |
| Errors | NULL_ARGUMENT |  blogRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(blogRecordType) is false  | ||
| Compliance | mandatory | This method must be implemented. | |