| Interface | osid.inquiry.rules.AuditConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.inquiry.rules.AuditConstrainerEnablerSearchResults | ||
osid.inquiry.rules.AuditConstrainerEnablerSmartInquestSession | |||
| Description |
This is the query inspector for examining audit constrainer enabler queries. | ||
| Method | getRuledAuditConstrainerIdTerms | ||
| Description |
Gets the audit constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledAuditConstrainerTerms | ||
| Description |
Gets the audit constrainer query terms. | ||
| Return | osid.inquiry.rules.AuditConstrainerQueryInspector[] | 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 | getAuditConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the audit constrainer enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | auditConstrainerEnablerRecordType | an audit constrainer enabler record type |
| Return | osid.inquiry.rules.records.AuditConstrainerEnablerQueryInspectorRecord | the audit constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |