| Interface | osid.inquiry.rules.AuditProcessorEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.inquiry.rules.AuditProcessorEnablerSearchSession | ||
osid.inquiry.rules.AuditProcessorEnablerSmartInquestSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getAuditProcessorEnablerSearchOrderRecord | ||
| Description |
Gets the audit processor enabler search order record
corresponding to the given audit processor enabler record
| ||
| Parameters | osid.type.Type | auditProcessorEnablerRecordType | an audit processor enabler record type |
| Return | osid.inquiry.rules.records.AuditProcessorEnablerSearchOrderRecord | the audit processor enabler search order record | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |