| Interface | osid.subscription.rules.DispatchProcessorEnablerRuleLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.subscription.rules.SubscriptionRulesManager | ||
osid.subscription.rules.SubscriptionRulesProxyManager | |||
| Description |
This session provides methods to retrieve
This lookup session defines several views:
| ||
| Method | getPublisherId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Publisher Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPublisher | ||
| Description |
Gets the | ||
| Return | osid.subscription.Publisher | the publisher | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupDispatchProcessorEnablerRules | ||
| Description |
Tests if this user can perform lookups of dispatch
processor enabler/dispatch processor mappings. A return of
true does not guarantee successful authorization. A return
of false indicates that it is known lookup methods in this
session will result in a | ||
| Return | boolean | false if looking up mappings is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeDispatchProcessorEnablerRuleView | ||
| Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | usePlenaryDispatchProcessorEnablerRuleView | ||
| Description |
A complete view of the
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedPublisherView | ||
| Description |
Federates the view for methods in this session. A federated view will include dispatch processor enablers in publishers which are children of this publisher in the publisher hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedPublisherView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this publisher only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getDispatchProcessorEnablerIdsForDispatch | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | dispatchProcessorId | Id of the DispatchProcessor |
| Return | osid.id.IdList | the dispatch processor enabler Ids | |
| Errors | NOT_FOUND | dispatchProcessorId is not found | |
| NULL_ARGUMENT | dispatchProcessorId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorEnablersForDispatchProcessor | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | dispatchProcessorId | Id of the DispatchProcessor |
| Return | osid.subscription.rules.DispatchProcessorEnablerList | the dispatch processor enablers | |
| Errors | NOT_FOUND | dispatchProcessorId is not found | |
| NULL_ARGUMENT | dispatchProcessorId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorIdsForDispatchProcessorEnabler | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | dispatchProcessorEnablerId | Id of a DispatchProcessorEnabler |
| Return | osid.id.IdList | list of dispatch Ids | |
| Errors | NOT_FOUND | dispatchProcessorEnablerId is not found | |
| NULL_ARGUMENT | dispatchProcessorEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorsForDispatchProcessorEnabler | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | dispatchProcessorEnablerId | Id of a DispatchprocessorEnabler |
| Return | osid.subscription.rules.DispatchProcessorList | list of dispatch processors | |
| Errors | NOT_FOUND | dispatchProcessorEnablerId is not found | |
| NULL_ARGUMENT | dispatchProcessorEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |