| Interface | osid.forum.ReplyQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidContainableQueryInspector | |||
osid.OsidSubjugateableQueryInspector | |||
| Description | 
                 This is the query inspector for examining reply queries. 
                Each method specifies an   | ||
| Method | getPostIdTerms | ||
| Description | 
                     Gets the post   | ||
| Return | osid.search.terms.IdTerm[] | the post  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostTerms | ||
| Description | 
                     Gets the post terms.  | ||
| Return | osid.forum.ReplyQueryInspector[] | the post terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimestampTerms | ||
| Description | 
                     Gets the timestamp terms.  | ||
| Return | osid.search.terms.DateTimeTerm[] | the timestamp terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPosterIdTerms | ||
| Description | 
                     Gets the poster   | ||
| Return | osid.search.terms.IdTerm[] | the resource  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPosterTerms | ||
| Description | 
                     Gets the poster terms.  | ||
| Return | osid.resource.ResourceQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostingAgentIdTerms | ||
| Description | 
                     Gets the posting agent   | ||
| Return | osid.search.terms.IdTerm[] | the agent  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostingAgentTerms | ||
| Description | 
                     Gets the posting agent terms.  | ||
| Return | osid.authentication.AgentQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubjectLineTerms | ||
| Description | 
                     Gets the subject line terms.  | ||
| Return | osid.search.terms.StringTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTextTerms | ||
| Description | 
                     Gets the text terms.  | ||
| Return | osid.search.terms.StringTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getContainingReplyIdTerms | ||
| Description | 
                     Gets the containing reply   | ||
| Return | osid.search.terms.IdTerm[] | the containing reply  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getContainingReplyTerms | ||
| Description | 
                     Gets the containing reply terms.  | ||
| Return | osid.forum.ReplyQueryInspector[] | the containing reply terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getContainedReplyIdTerms | ||
| Description | 
                     Gets the contained reply   | ||
| Return | osid.search.terms.IdTerm[] | the contained reply  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getContainedReplyTerms | ||
| Description | 
                     Gets the contained reply terms.  | ||
| Return | osid.forum.ReplyQueryInspector[] | the contained reply terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getForumIdTerms | ||
| Description | 
                     Gets the forum   | ||
| Return | osid.search.terms.IdTerm[] | the forum  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getForumTerms | ||
| Description | 
                     Gets the forum terms.  | ||
| Return | osid.forum.ForumQueryInspector[] | the forum terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReplyQueryInspectorRecord | ||
| Description | 
                     Gets the reply query inspector record corresponding to 
                    the given   | ||
| Parameters | osid.type.Type | replyRecordType | a reply record type | 
| Return | osid.forum.records.ReplyQueryInspectorRecord | the reply query inspector record | |
| Errors | NULL_ARGUMENT |  replyRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(replyRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |