| Interface | osid.subscription.rules.DispatchProcessor | ||
|---|---|---|---|
| Implements | osid.OsidProcessor | ||
| Used By | osid.subscription.rules.DispatchProcessorAdminSession | ||
osid.subscription.rules.DispatchProcessorList | |||
osid.subscription.rules.DispatchProcessorLookupSession | |||
| Description |
A | ||
| Method | getDispatchProcessorRecord | ||
| Description |
Gets the dispatch processor record corresponding to the
given | ||
| Parameters | osid.type.Type | dispatchProcessorRecordType | the type of dispatch processor record to retrieve |
| Return | osid.subscription.rules.records.DispatchProcessorRecord | the dispatch processor 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. | |