| Interface | osid.inquiry.rules.AuditProcessorEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.inquiry.rules.AuditProcessorEnablerSearchResults | ||
osid.inquiry.rules.AuditProcessorEnablerSmartInquestSession | |||
| Description |
This is the query inspector for examining audit processor enabler queries. | ||
| Method | getRuledAuditProcessorIdTerms | ||
| Description |
Gets the audit processor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledAuditProcessorTerms | ||
| Description |
Gets the audit processor query terms. | ||
| Return | osid.inquiry.rules.AuditProcessorQueryInspector[] | 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 | getAuditProcessorEnablerQueryInspectorRecord | ||
| Description |
Gets the audit processor enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | auditProcessorEnablerRecordType | an audit processor enabler record type |
| Return | osid.inquiry.rules.records.AuditProcessorEnablerQueryInspectorRecord | the audit processor enabler query inspector record | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |