| Interface | osid.inquiry.rules.AuditEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuditEnablers | ||
| Description |
Gets the | ||
| Return | osid.inquiry.rules.AuditEnablerList | the audit enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.inquiry.rules.AuditEnablerQueryInspector | the audit enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditEnablerSearchResultsRecord | ||
| Description |
Gets the audit enabler search results record
corresponding to the given audit enabler search record
| ||
| Parameters | osid.type.Type | auditEnablerSearchRecordType | an audit enabler search record type |
| Return | osid.inquiry.rules.records.AuditEnablerSearchResultsRecord | the audit enabler search results record | |
| Errors | NULL_ARGUMENT | auditEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(auditEnablerSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |