OSID Logo
OSID Specifications
installation batch package
Version 3.1.0
Interfaceosid.installation.batch.InstallationBatchProxyManager
Implementsosid.OsidProxyManager
osid.installation.batch.InstallationBatchProfile
Used Byosid.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 Proxy object. 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.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.installation.batch.InstallationPackageBatchAdminSession a InstallationPackageBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_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
osid.proxy.Proxyproxy a proxy
Returnosid.installation.batch.InstallationPackageBatchAdminSession a InstallationPackageBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsInstallationPackageBatchAdmin() and supportsVisibleFederation() are true
MethodgetDepotBatchAdminSession
Description

Gets the OsidSession associated with the bulk depot administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.installation.batch.DepotBatchAdminSession a DepotBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsDepotBatchAdmin() is false
Complianceoptional This method must be implemented if supportsDepotBatchAdmin() is true.