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