public interface ForumQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining forum queries. Each method
specifies an AND term while multiple invocations of the
same method produce a nested OR.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorForumIdTerms()
Gets the ancestor forum
Id terms. |
ForumQueryInspector[] |
getAncestorForumTerms()
Gets the ancestor forum terms.
|
IdTerm[] |
getDescendantForumIdTerms()
Gets the descendant forum
Id terms. |
ForumQueryInspector[] |
getDescendantForumTerms()
Gets the descendant forum terms.
|
ForumQueryInspectorRecord |
getForumQueryInspectorRecord(Type forumRecordType)
Gets the forum query inspector record corresponding to the given
Forum record Type. |
IdTerm[] |
getPostIdTerms()
Gets the post
Id terms. |
PostQueryInspector[] |
getPostTerms()
Gets the post terms.
|
IdTerm[] |
getReplyIdTerms()
Gets the reply
Id terms. |
ReplyQueryInspector[] |
getReplyTerms()
Gets the reply 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[] getReplyIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ReplyQueryInspector[] getReplyTerms()
mandatory - This method must be implemented. IdTerm[] getPostIdTerms()
Id terms. Id termsmandatory - This method must be implemented. PostQueryInspector[] getPostTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorForumIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ForumQueryInspector[] getAncestorForumTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantForumIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ForumQueryInspector[] getDescendantForumTerms()
mandatory - This method must be implemented. ForumQueryInspectorRecord getForumQueryInspectorRecord(Type forumRecordType) throws OperationFailedException
Forum record Type. forumRecordType - a forum record typeNullArgumentException - forumRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(forumRecordType) is false mandatory - This method must be implemented.