| Interface | osid.hold.rules.HoldEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.hold.rules.HoldEnablerSearchSession | ||
osid.hold.rules.HoldEnablerSmartOublietteSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getHoldEnablerSearchOrderRecord | ||
| Description |
Gets the hold enabler search order record
corresponding to the given hold enabler record
| ||
| Parameters | osid.type.Type | holdEnablerRecordType | a hold enabler record type |
| Return | osid.hold.rules.records.HoldEnablerSearchOrderRecord | the hold enabler search order record | |
| Errors | NULL_ARGUMENT | holdEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(holdEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |