| Interface | osid.inquiry.rules.AuditProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Used By | osid.inquiry.rules.AuditProcessorEnablerQueryInspector | ||
osid.inquiry.rules.AuditProcessorSearchResults | |||
osid.inquiry.rules.AuditProcessorSmartInquestSession | |||
| Description |
This is the query inspector for examining audit processor queries. | ||
| Method | getRuledAuditIdTerms | ||
| Description |
Gets the audit | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledAuditTerms | ||
| Description |
Gets the audit query terms. | ||
| Return | osid.inquiry.AuditQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestIdTerms | ||
| Description |
Gets the inquest | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestTerms | ||
| Description |
Gets the inquest query terms. | ||
| Return | osid.inquiry.InquestQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorQueryInspectorRecord | ||
| Description |
Gets the audit processor query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | auditProcessorRecordType | an audit processor record type |
| Return | osid.inquiry.rules.records.AuditProcessorQueryInspectorRecord | the audit processor query inspector record | |
| Errors | NULL_ARGUMENT | auditProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |