| Interface | osid.messaging.batch.MessagingBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.messaging.batch.MessagingBatchProfile | |||
| Description | 
                 The messaging batch proxy manager provides access to 
                messaging batch sessions and provides interoperability tests 
                for various aspects of this service. Methods in this manager 
                support the passing of a  
  | ||
| Method | getMessageBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.messaging.batch.MessageBatchAdminSession | a  MessageBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsMessageBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsMessageBatchAdmin() 
 is  true.   | |
| Method | getMessageBatchAdminSessionForMailbox | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | mailboxId | the  Id  of the  Mailbox   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.messaging.batch.MessageBatchAdminSession | a  MessageBatchAdminSession   | |
| Errors | NOT_FOUND | no  Mailbox  found by the given  Id   |                 |
| NULL_ARGUMENT |  mailboxId  or  proxy  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsMessageBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsMessageBatchAdmin() 
 and  supportsVisibleFederation()  are  true   | |
| Method | getReceiptBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.messaging.batch.ReceiptBatchAdminSession | a  ReceiptBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsReceiptBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsReceiptBatchAdmin() 
 is  true.   | |
| Method | getReceiptBatchAdminSessionForMailbox | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | mailboxId | the  Id  of the  Mailbox   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.messaging.batch.ReceiptBatchAdminSession | a  ReceiptBatchAdminSession   | |
| Errors | NOT_FOUND | no  Mailbox  found by the given  Id   |                 |
| NULL_ARGUMENT |  mailboxId  or  proxy  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsReceiptBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsReceiptBatchAdmin() 
 and  supportsVisibleFederation()  are  true   | |
| Method | getMailboxBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.messaging.batch.MailboxBatchAdminSession | a  MailboxBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsMailboxBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsMailboxBatchAdmin() 
 is  true.   | |