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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.installation.batch.PackageBatchAdminSessiona PackageBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_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
osid.proxy.Proxyproxya proxy
Returnosid.installation.batch.PackageBatchAdminSessiona PackageBatchAdminSession
ErrorsNOT_FOUNDno Depot found by the given Id
NULL_ARGUMENT depotId or proxy 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.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.installation.batch.DepotBatchAdminSessiona DepotBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsDepotBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsDepotBatchAdmin() is true.