public interface InstallationBatchManager extends OsidManager, InstallationBatchProfile
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 | Modifier and Type | Method and Description |
|---|---|
DepotBatchAdminSession |
getDepotBatchAdminSession()
Gets the
OsidSession associated with the bulk depot
administration service. |
PackageBatchAdminSession |
getPackageBatchAdminSession()
Gets the
OsidSession associated with the bulk package
administration service. |
PackageBatchAdminSession |
getPackageBatchAdminSessionForDepot(Id depotId)
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() throws OperationFailedException
OsidSession associated with the bulk package
administration service. PackageBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsPackageBatchAdmin() is false optional - This method must be implemented if
supportsPackageBatchAdmin() is true.
PackageBatchAdminSession getPackageBatchAdminSessionForDepot(Id depotId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk package
administration service for the given depot.depotId - the Id of the Depot PackageBatchAdminSession NotFoundException - no Depot found by
the given Id NullArgumentException - depotId 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() throws OperationFailedException
OsidSession associated with the bulk depot
administration service. DepotBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsDepotBatchAdmin() is false optional - This method must be implemented if
supportsDepotBatchAdmin() is true.