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