| Interface | osid.logging.LogEntryQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining log entry queries. | ||
| Method | getPriorityTerms | ||
| Description |
Gets the prirority query terms. | ||
| Return | osid.search.terms.TypeTerm[] | the priority terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumPriorityTerms | ||
| Description |
Gets the minimum prirority query terms. | ||
| Return | osid.search.terms.TypeTerm[] | the minimum priority terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimestampTerms | ||
| Description |
Gets the timestamp query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the timestamp terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceTerms | ||
| Description |
Gets the resource query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgentIdTerms | ||
| Description |
Gets the agent | ||
| Return | osid.search.terms.IdTerm[] | the agent Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgentTerms | ||
| Description |
Gets the agent query terms. | ||
| Return | osid.authentication.AgentQueryInspector[] | the agent terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogIdTerms | ||
| Description |
Gets the log | ||
| Return | osid.search.terms.IdTerm[] | the log Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogTerms | ||
| Description |
Gets the log query terms. | ||
| Return | osid.logging.LogQueryInspector[] | the log terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogEntryQueryInspectorRecord | ||
| Description |
Gets the log entry query inspector corresponding to the
given | ||
| Parameters | osid.type.Type | logEntryRecordType | a log entry record type |
| Return | osid.logging.records.LogEntryQueryInspectorRecord | the log entry query record | |
| Errors | NULL_ARGUMENT | logEntryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(logEntryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |