OSID Logo
OSID Specifications
installation batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.batch.InstallationBatchManager
Implementsosid.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:

  • PackageBatchAdminSession: a session to create, modify and delete packages in bulk
  • DepotBatchAdminSession: a session to create, modify and delete depots in bulk
MethodgetPackageBatchAdminSession
Description

Gets the OsidSession associated with the bulk package administration service.

Returnosid.installation.batch.PackageBatchAdminSessiona PackageBatchAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsPackageBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsPackageBatchAdmin() is true.
MethodgetPackageBatchAdminSessionForDepot
Description

Gets the OsidSession associated with the bulk package administration service for the given depot.

Parametersosid.id.IddepotIdthe Id of the Depot
Returnosid.installation.batch.PackageBatchAdminSessiona PackageBatchAdminSession
ErrorsNOT_FOUNDno Depot found by the given Id
NULL_ARGUMENT depotId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsPackageBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsPackageBatchAdmin() and supportsVisibleFederation() are true
MethodgetDepotBatchAdminSession
Description

Gets the OsidSession associated with the bulk depot administration service.

Returnosid.installation.batch.DepotBatchAdminSessiona DepotBatchAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsDepotBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsDepotBatchAdmin() is true.