| Interface | osid.inquiry.rules.AuditConstrainerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQueryInspector | ||
| Used By | osid.inquiry.rules.AuditConstrainerEnablerQueryInspector | ||
osid.inquiry.rules.AuditConstrainerSearchResults | |||
osid.inquiry.rules.AuditConstrainerSmartInquestSession | |||
| Description |
This is the query inspector for examining audit constrainer 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 | getAuditConstrainerQueryInspectorRecord | ||
| Description |
Gets the audit constrainer query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | auditConstrainerRecordType | an audit constrainer record type |
| Return | osid.inquiry.rules.records.AuditConstrainerQueryInspectorRecord | the audit constrainer query inspector record | |
| Errors | NULL_ARGUMENT | auditConstraineRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |