Interface | osid.subscription.batch.SubscriptionBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.subscription.batch.SubscriptionBatchProfile | |||
Description |
The subscription batch proxy manager provides access to
subscription batch sessions and provides interoperability
tests for various aspects of this service. Methods in this
manager support the passing of a
| ||
Method | getSubscriptionBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.subscription.batch.DispatchBatchAdminSession | a DispatchBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsSubscriptionBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsSubscriptionBatchAdmin()
is true. | |
Method | getSubscriptionBatchAdminSessionForPublisher | ||
Description |
Gets the | ||
Parameters | osid.id.Id | publisherId | the Id of the Publisher |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.subscription.batch.SubscriptionBatchAdminSession | a SubscriptionBatchAdminSession | |
Errors | NOT_FOUND | no Publisher found by the given Id | |
NULL_ARGUMENT | publisherId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsSubscriptionBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsSubscriptionBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getDispatchBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.subscription.batch.DispatchBatchAdminSession | a DispatchBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsDispatchBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsDispatchBatchAdmin()
is true. | |
Method | getDispatchBatchAdminSessionForPublisher | ||
Description |
Gets the | ||
Parameters | osid.id.Id | publisherId | the Id of the Publisher |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.subscription.batch.DispatchBatchAdminSession | a DispatchBatchAdminSession | |
Errors | NOT_FOUND | no Publisher found by the given Id | |
NULL_ARGUMENT | publisherId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsDispatchBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsDispatchBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getPublisherBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.subscription.batch.PublisherBatchAdminSession | a PublisherBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsPublisherBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsPublisherBatchAdmin()
is true. |