OSID Logo
OSID Specifications
installation batch package
Version 3.1.0
Interfaceosid.installation.batch.InstallationBatchManager
Implementsosid.OsidManager
osid.installation.batch.InstallationBatchProfile
Used Byosid.installation.InstallationManager
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:

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

Gets the OsidSession associated with the bulk package administration service.

Returnosid.installation.batch.InstallationPackageBatchAdminSession a InstallationPackageBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsInstallationPackageBatchAdmin() is false
Complianceoptional This method must be implemented if supportsInstallationPackageBatchAdmin() is true.
MethodgetInstallationPackageBatchAdminSessionForDepot
Description

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

Parametersosid.id.IddepotId the Id of the Depot
Returnosid.installation.batch.InstallationPackageBatchAdminSession a InstallationPackageBatchAdminSession
ErrorsNOT_FOUND no Depot found by the given Id
NULL_ARGUMENT depotId is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsInstallationPackageBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsInstallationPackageBatchAdmin() and supportsVisibleFederation() are true
MethodgetDepotBatchAdminSession
Description

Gets the OsidSession associated with the bulk depot administration service.

Returnosid.installation.batch.DepotBatchAdminSession a DepotBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsDepotBatchAdmin() is false
Complianceoptional This method must be implemented if supportsDepotBatchAdmin() is true.