| Interface | osid.installation.batch.InstallationBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.installation.batch.InstallationBatchProfile | |||
| Description |
The installation batch manager provides access to installation batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getPackageBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.installation.batch.PackageBatchAdminSession | a PackageBatchAdminSession | |
| Errors | 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 |
| Return | osid.installation.batch.PackageBatchAdminSession | a PackageBatchAdminSession | |
| Errors | NOT_FOUND | no Depot found by the given Id | |
| NULL_ARGUMENT | depotId 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 | ||
| Return | osid.installation.batch.DepotBatchAdminSession | a DepotBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsDepotBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsDepotBatchAdmin()
is true. | |