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