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