Interface | osid.installation.batch.InstallationBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.installation.batch.InstallationBatchProfile | |||
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 | getPackageBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.installation.batch.PackageBatchAdminSession | a PackageBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsPackageBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsPackageBatchAdmin()
is true. | |
Method | getPackageBatchAdminSessionForDepot | ||
Description |
Gets the | ||
Parameters | osid.id.Id | depotId | the Id of the Depot |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.installation.batch.PackageBatchAdminSession | a PackageBatchAdminSession | |
Errors | NOT_FOUND | no Depot found by the given Id | |
NULL_ARGUMENT | depotId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsPackageBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsPackageBatchAdmin()
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. |