| Interface | osid.inquiry.rules.AuditConstrainerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerSearchOrder | ||
| Used By | osid.inquiry.rules.AuditConstrainerSearchSession | ||
osid.inquiry.rules.AuditConstrainerSmartInquestSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getAuditConstrainerSearchOrderRecord | ||
| Description |
Gets the audit constrainer search order record
corresponding to the given audit constrainer record
| ||
| Parameters | osid.type.Type | auditConstrainerRecordType | an audit constrainer record type |
| Return | osid.inquiry.rules.records.AuditConstrainerSearchOrderRecord | the audit constrainer search order record | |
| Errors | NULL_ARGUMENT | auditConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |