public interface InstallationBatchProxyManager extends OsidProxyManager, InstallationBatchProfile
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 | Modifier and Type | Method and Description |
|---|---|
DepotBatchAdminSession |
getDepotBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk depot
administration service. |
PackageBatchAdminSession |
getPackageBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk package
administration service. |
PackageBatchAdminSession |
getPackageBatchAdminSessionForDepot(Id depotId,
Proxy proxy)
Gets the
OsidSession associated with the bulk package
administration service for the given depot. |
changeBranch, initialize, rollbackServiceclosesupportsDepotBatchAdmin, supportsPackageBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdPackageBatchAdminSession getPackageBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk package
administration service.proxy - a proxy PackageBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPackageBatchAdmin() is false optional - This method must be implemented if
supportsPackageBatchAdmin() is true.
PackageBatchAdminSession getPackageBatchAdminSessionForDepot(Id depotId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk package
administration service for the given depot.depotId - the Id of the Depot proxy - a proxy PackageBatchAdminSession NotFoundException - no Depot found by
the given Id NullArgumentException - depotId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsPackageBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPackageBatchAdmin() and
supportsVisibleFederation() are true
DepotBatchAdminSession getDepotBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk depot
administration service.proxy - a proxy DepotBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsDepotBatchAdmin() is false optional - This method must be implemented if
supportsDepotBatchAdmin() is true.