| Interface | osid.blogging.EntryQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSourceableQueryInspector | |||
| Description |
This is the query inspector for examining entry queries. | ||
| 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 resource 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 agent 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 | getSummaryTerms | ||
| Description |
Gets the summary 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 | getBlogIdTerms | ||
| Description |
Gets the blog | ||
| Return | osid.search.terms.IdTerm[] | the blog Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBlogTerms | ||
| Description |
Gets the blog terms. | ||
| Return | osid.blogging.BlogQueryInspector[] | the blog terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryQueryInspectorRecord | ||
| Description |
Gets the entry query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | entryRecordType | an entry record type |
| Return | osid.blogging.records.EntryQueryInspectorRecord | the entry query inspector record | |
| Errors | NULL_ARGUMENT | entryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(entryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |