| Interface | osid.inquiry.rules.AuditProcessorSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidProcessorSearchOrder | ||
| Used By | osid.inquiry.rules.AuditProcessorSearchSession | ||
osid.inquiry.rules.AuditProcessorSmartInquestSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getAuditProcessorSearchOrderRecord | ||
| Description |
Gets the audit processor search order record
corresponding to the given audit processor record
| ||
| Parameters | osid.type.Type | auditProcessorRecordType | an audit processor record type |
| Return | osid.inquiry.rules.records.AuditProcessorSearchOrderRecord | the audit processor search order record | |
| Errors | NULL_ARGUMENT | auditProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |