public interface BlogQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining blog queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorBlogIdTerms()
Gets the ancestor blog
Id terms. |
BlogQueryInspector[] |
getAncestorBlogTerms()
Gets the ancestor blog terms.
|
BlogQueryInspectorRecord |
getBlogQueryInspectorRecord(Type blogRecordType)
Gets the blog query inspector record corresponding to the given
Blog record Type. |
IdTerm[] |
getDescendantBlogIdTerms()
Gets the descendant blog
Id terms. |
BlogQueryInspector[] |
getDescendantBlogTerms()
Gets the descendant blog terms.
|
IdTerm[] |
getEntryIdTerms()
Gets the entry
Id terms. |
EntryQueryInspector[] |
getEntryTerms()
Gets the entry terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getEntryIdTerms()
Id terms. Id termsmandatory - This method must be implemented. EntryQueryInspector[] getEntryTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorBlogIdTerms()
Id terms. Id termsmandatory - This method must be implemented. BlogQueryInspector[] getAncestorBlogTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantBlogIdTerms()
Id terms. Id termsmandatory - This method must be implemented. BlogQueryInspector[] getDescendantBlogTerms()
mandatory - This method must be implemented. BlogQueryInspectorRecord getBlogQueryInspectorRecord(Type blogRecordType) throws OperationFailedException
Blog record Type. blogRecordType - a blog record typeNullArgumentException - blogRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(blogRecordType) is false mandatory - This method must be implemented.