| Interface | osid.forum.PostQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description | 
                 This is the query inspector for examining for post queries. 
                Each method specifies an   | ||
| 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 poster   | ||
| Return | osid.search.terms.IdTerm[] | the agent  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostingAgentTerms | ||
| Description | 
                     Gets the poster 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 | getReplyIdTerms | ||
| Description | 
                     Gets the reply   | ||
| Return | osid.search.terms.IdTerm[] | the reply  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReplyTerms | ||
| Description | 
                     Gets the reply terms.  | ||
| Return | osid.forum.ReplyQueryInspector[] | the 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 | getPostQueryInspectorRecord | ||
| Description | 
                     Gets the query inspector record corresponding to the 
                    given   | ||
| Parameters | osid.type.Type | postRecordType | a post record type | 
| Return | osid.forum.records.PostQueryInspectorRecord | the post query inspector record | |
| Errors | NULL_ARGUMENT |  postRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(postRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |