| Interface | osid.subscription.rules.DispatchConstrainerEnablerLookupSession | ||
|---|---|---|---|
| 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 | canLookupDispatchConstrainerEnablers | ||
| 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 | useComparativeDispatchConstrainerEnablerView | ||
| 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 | usePlenaryDispatchConstrainerEnablerView | ||
| 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 constrainer 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 | getDispatchConstrainerEnabler | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | dispatchConstrainerEnablerId | Id of the DispatchConstrainerEnabler |
| Return | osid.subscription.rules.DispatchConstrainerEnabler | the dispatch constrainer enabler | |
| Errors | NOT_FOUND | dispatchConstrainerEnablerId not found | |
| NULL_ARGUMENT | dispatchConstrainerEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getDispatchConstrainerEnablersByIds | ||
| Description |
Gets a In plenary mode, the returned list contains all of the
dispatch constrainer enablers specified in the
| ||
| Parameters | osid.id.IdList | dispatchConstrainerEnablerIds | the list of Ids to retrieve |
| Return | osid.subscription.rules.DispatchConstrainerEnablerList | the returned DispatchConstrainerEnabler list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | dispatchConstrainerEnablerIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchConstrainerEnablersByGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known dispatch constrainer enablers or an error results. Otherwise, the returned list may contain only those dispatch constrainer enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | dispatchConstrainerEnablerGenusType | a dispatch constrainer enabler genus type |
| Return | osid.subscription.rules.DispatchConstrainerEnablerList | the returned DispatchConstrainerEnabler list | |
| Errors | NULL_ARGUMENT | dispatchConstrainerEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchConstrainerEnablersByParentGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known dispatch constrainer enablers or an error results. Otherwise, the returned list may contain only those dispatch constrainer enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | dispatchConstrainerEnablerGenusType | a dispatch constrainer genus type |
| Return | osid.subscription.rules.DispatchEnablerList | the returned DispatchConstrainerEnabler list | |
| Errors | NULL_ARGUMENT | dispatchConstrainerEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchConstrainerEnablersByRecordType | ||
| Description |
Gets a In plenary mode, the returned list contains all known dispatch constrainer enablers or an error results. Otherwise, the returned list may contain only those dispatch constrainer enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | dispatchConstrainerEnablerRecordType | a dispatch constrainer enabler record type |
| Return | osid.subscription.rules.DispatchConstrainerEnablerList | the returned DispatchConstrainerEnabler list | |
| Errors | NULL_ARGUMENT | dispatchConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchConstrainerEnablers | ||
| Description |
Gets all In plenary mode, the returned list contains all known dispatch constrainer enablers or an error results. Otherwise, the returned list may contain only those dispatch constrainer enablers that are accessible through this session. | ||
| Return | osid.subscription.rules.DispatchConstrainerEnablerList | a list of DispatchConstrainerEnablers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |