| Interface | osid.installation.batch.InstallationBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.installation.batch.InstallationBatchProfile | |||
| Used By | osid.installation.InstallationProxyManager | ||
| Description |
The installation batch proxy manager provides access to
installation batch sessions and provides interoperability
tests for various aspects of this service. Methods in this
manager support the passing of a
| ||
| Method | getInstallationPackageBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.installation.batch.InstallationPackageBatchAdminSession | a InstallationPackageBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInstallationPackageBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsInstallationPackageBatchAdmin() is true. | |
| Method | getInstallationPackageBatchAdminSessionForDepot | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | depotId | the Id of the Depot |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.installation.batch.InstallationPackageBatchAdminSession | a InstallationPackageBatchAdminSession | |
| Errors | NOT_FOUND | no Depot found by the given Id | |
| NULL_ARGUMENT | depotId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInstallationPackageBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInstallationPackageBatchAdmin() and
supportsVisibleFederation() are true | |
| Method | getDepotBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.installation.batch.DepotBatchAdminSession | a DepotBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsDepotBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsDepotBatchAdmin()
is true. | |