| Interface | osid.subscription.rules.DispatchConstrainerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerSearchOrder | ||
| Used By | osid.subscription.rules.DispatchConstrainerSearchSession | ||
osid.subscription.rules.DispatchConstrainerSmartPublisherSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDispatchConstrainerSearchOrderRecord | ||
| Description |
Gets the dispatch constrainer search order record
corresponding to the given dispatch constrainer record
| ||
| Parameters | osid.type.Type | dispatchConstrainerRecordType | a dispatch constrainer record type |
| Return | osid.subscription.rules.records.DispatchConstrainerSearchOrderRecord | the dispatch constrainer search order record | |
| Errors | NULL_ARGUMENT | dispatchConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |