| Interface | osid.subscription.rules.DispatchProcessorSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidProcessorSearchOrder | ||
| Used By | osid.subscription.rules.DispatchProcessorSearchSession | ||
osid.subscription.rules.DispatchProcessorSmartPublisherSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDispatchProcessorSearchOrderRecord | ||
| Description |
Gets the dispatch processor search order record
corresponding to the given dispatch processor record
| ||
| Parameters | osid.type.Type | dispatchProcessorRecordType | a dispatch processor record type |
| Return | osid.subscription.rules.records.DispatchProcessorSearchOrderRecord | the dispatch processor search order record | |
| Errors | NULL_ARGUMENT | dispatchProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dispatchProcessorRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |