| Interface | osid.subscription.rules.DispatchConstrainerEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.subscription.rules.DispatchConstrainerEnablerSearchSession | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDispatchConstrainerEnablerSearchOrderRecord | ||
| Description |
Gets the dispatch constrainer enabler search order
record corresponding to the given dispatch constrainer
enabler record | ||
| Parameters | osid.type.Type | dispatchConstrainerEnablerRecordType | a dispatch constrainer enabler record type |
| Return | osid.subscription.rules.records.DispatchConstrainerEnablerSearchOrderRecord | the dispatch constrainer enabler search order record | |
| Errors | NULL_ARGUMENT | dispatchConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |