| Interface | osid.inquiry.rules.AuditProcessorEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.inquiry.rules.AuditProcessorEnablerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuditProcessorEnablers | ||
| Description |
Gets the audit processor enabler list resulting from a search. | ||
| Return | osid.inquiry.rules.AuditProcessorEnablerList | the audit processor enabler list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.inquiry.rules.AuditProcessorEnablerQueryInspector | the audit processor enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorEnablerSearchResultsRecord | ||
| Description |
Gets the audit processor enabler search results record
corresponding to the given audit processor enabler search
record | ||
| Parameters | osid.type.Type | auditProcessorEnablerSearchRecordType | an audit processor enabler search record type |
| Return | osid.inquiry.rules.records.AuditProcessorEnablerSearchResultsRecord | the audit processor enabler search results record | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |