Interface | osid.id.batch.IdBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.id.batch.IdBatchProfile | |||
Description |
The Id batch manager provides access to Id batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object for the purpose of pasisng information from a server envrionment. The sessions included in this manager are:
| ||
Method | getIdBatchIssueSession | ||
Description |
Gets the session associated with the Id bulk issue service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.id.batch.IdBatchIssueSession | an IdBatchIssueSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsIdBatchIssue() is false | ||
Compliance | optional | This method must be implemented if supportsIdIssue() is
true. | |
Method | getIdBatchAdminSession | ||
Description |
Gets the session associated with the Id bulk administrative service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.id.batch.IdBatchAdminSession | an IdBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsIdBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsIdBatchAdmin() is
true. |