| Interface | osid.logging.LogQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Description | 
                 This is the query inspector for examining log queries.  | ||
| Method | getLogEntryIdTerms | ||
| Description | 
                     Gets the log entry   | ||
| Return | osid.search.terms.IdTerm[] | the log entry  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogEntryTerms | ||
| Description | 
                     Gets the log entry query terms.  | ||
| Return | osid.logging.LogEntryQueryInspector[] | the log entry terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorLogIdTerms | ||
| Description | 
                     Gets the ancestor   | ||
| Return | osid.search.terms.IdTerm[] | the ancestor  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorLogTerms | ||
| Description | 
                     Gets the ancestor query terms.  | ||
| Return | osid.logging.LogQueryInspector[] | the ancestor terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantLogIdTerms | ||
| Description | 
                     Gets the descendant log   | ||
| Return | osid.search.terms.IdTerm[] | the descendant log  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantLogTerms | ||
| Description | 
                     Gets the descendant log query terms.  | ||
| Return | osid.logging.LogQueryInspector[] | the descendant log terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogQueryInspectorRecord | ||
| Description | 
                     Gets the log query inspector record corresponding to 
                    the given   | ||
| Parameters | osid.type.Type | logRecordType | a log record type | 
| Return | osid.logging.records.LogQueryInspectorRecord | the log query inspector record | |
| Errors | NULL_ARGUMENT |  logRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(logRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |