| Interface | osid.subscription.rules.DispatchProcessorEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Implemented By | osid.subscription.rules.DispatchProcessorEnablerSearchSession | ||
| Used By | osid.subscription.rules.SubscriptionRulesManager | ||
osid.subscription.rules.SubscriptionRulesProxyManager | |||
| Description |
This session provides methods for searching among
This session defines views that offer differing behaviors for searching.
Dispatch processor enablers may have a query record
indicated by their respective record types. The query record
is accessed via the | ||
| 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 | canSearchDispatchProcessorEnablers | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if search methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method 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 searches to this publisher only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getDispatchProcessorEnablerQuery | ||
| Description |
Gets a dispatch processor enabler query. | ||
| Return | osid.subscription.rules.DispatchProcessorEnablerQuery | the dispatch processor enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchProcessorEnablersByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.subscription.rules.DispatchProcessorEnablerQuery | dispatchProcessorEnablerQuery | the dispatch processor enabler query |
| Return | osid.subscription.rules.DispatchProcessorEnablerList | the returned DispatchProcessorEnablerList | |
| Errors | NULL_ARGUMENT | dispatchProcessorEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | dispatchProcessorEnablerQuery did not originate from
getDispatchProcessorEnablerQuery() | ||
| Compliance | mandatory | This method must be implemented. | |