| Interface | osid.inquiry.rules.AuditEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining audit enabler 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 | getAuditEnablerQueryInspectorRecord | ||
| Description |
Gets the audit enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | auditEnablerRecordType | an audit enabler record type |
| Return | osid.inquiry.rules.records.AuditEnablerQueryInspectorRecord | the audit enabler query inspector record | |
| Errors | NULL_ARGUMENT | auditEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |