| Interface | osid.subscription.rules.DispatchProcessorEnablerLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.subscription.rules.SubscriptionRulesManager | ||
osid.subscription.rules.SubscriptionRulesProxyManager | |||
| Description |
This session provides methods for retrieving
This session defines views that offer differing behaviors when retrieving multiple objects.
Generally, the comparative view should be used for most
applications as it permits operation even if there is data
that cannot be accessed. The methods
| ||
| 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 | canLookupDispatchProcessorEnablers | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if lookup methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeDispatchProcessorEnablerView | ||
| 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 | usePlenaryDispatchProcessorEnablerView | ||
| 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 | getDispatchProcessorEnabler | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | dispatchProcessorEnablerId | Id of the DispatchProcessorEnabler |
| Return | osid.subscription.rules.DispatchProcessorEnabler | the dispatch processor enabler | |
| Errors | NOT_FOUND | dispatchProcessorEnablerId not found | |
| NULL_ARGUMENT | dispatchProcessorEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getDispatchProcessorEnablersByIds | ||
| Description |
Gets a In plenary mode, the returned list contains all of the
dispatch processor enablers specified in the
| ||
| Parameters | osid.id.IdList | dispatchProcessorEnablerIds | the list of Ids to retrieve |
| Return | osid.subscription.rules.DispatchProcessorEnablerList | the returned DispatchProcessorEnabler list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | dispatchProcessorEnablerIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorEnablersByGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known dispatch processor enablers or an error results. Otherwise, the returned list may contain only those dispatch processor enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | dispatchProcessorEnablerGenusType | a dispatch processor enabler genus type |
| Return | osid.subscription.rules.DispatchProcessorEnablerList | the returned DispatchProcessorEnabler list | |
| Errors | NULL_ARGUMENT | dispatchProcessorEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorEnablersByParentGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known dispatch processor enablers or an error results. Otherwise, the returned list may contain only those dispatch processor enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | dispatchProcessorEnablerGenusType | a dispatch processor genus type |
| Return | osid.subscription.rules.DispatchProcessorEnablerList | the returned DispatchProcessorEnabler list | |
| Errors | NULL_ARGUMENT | dispatchProcessorEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorEnablersByRecordType | ||
| Description |
Gets a In plenary mode, the returned list contains all known dispatch processor enablers or an error results. Otherwise, the returned list may contain only those dispatch processor enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | dispatchProcessorEnablerRecordType | a dispatch processor enabler record type |
| Return | osid.subscription.rules.DispatchProcessorEnablerList | the returned DispatchProcessorEnabler list | |
| Errors | NULL_ARGUMENT | dispatchProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorEnablers | ||
| Description |
Gets all In plenary mode, the returned list contains all known dispatch processor enablers or an error results. Otherwise, the returned list may contain only those dispatch processor enablers that are accessible through this session. | ||
| Return | osid.subscription.rules.DispatchProcessorEnablerList | a list of DispatchProcessorEnablers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |