| Interface | osid.inquiry.rules.AuditProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.inquiry.rules.AuditProcessorSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuditProcessors | ||
| Description |
Gets the audit processor list resulting from a search. | ||
| Return | osid.inquiry.rules.AuditProcessorList | the audit processor list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.inquiry.rules.AuditProcessorQueryInspector | the audit processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorSearchResultsRecord | ||
| Description |
Gets the audit processor search results record
corresponding to the given audit processor search record
| ||
| Parameters | osid.type.Type | auditProcessorSearchRecordType | an audit processor search record type |
| Return | osid.inquiry.rules.records.AuditProcessorSearchResultsRecord | the audit processor search results record | |
| Errors | NULL_ARGUMENT | auditProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |