Interface | osid.repository.batch.RepositoryBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.repository.batch.RepositoryBatchProfile | |||
Description |
The repository batch proxy manager provides access to
repository batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getAssetBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.repository.batch.AssetBatchAdminSession | an AssetBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssetBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAssetBatchAdmin()
is true. | |
Method | getAssetBatchAdminSessionForRepository | ||
Description |
Gets the | ||
Parameters | osid.id.Id | repositoryId | the Id of the Repository |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.repository.batch.AssetBatchAdminSession | an AssetBatchAdminSession | |
Errors | NOT_FOUND | no Repository found by the given Id | |
NULL_ARGUMENT | repositoryId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssetBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAssetBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getCompositionBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.repository.batch.CompositionBatchAdminSession | a CompositionBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCompositionBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsCompositionBatchAdmin()
is true. | |
Method | getCompositionBatchAdminSessionForRepository | ||
Description |
Gets the | ||
Parameters | osid.id.Id | repositoryId | the Id of the Repository |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.repository.batch.CompositionBatchAdminSession | a CompositionBatchAdminSession | |
Errors | NOT_FOUND | no Repository found by the given Id | |
NULL_ARGUMENT | repositoryId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCompositionBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCompositionBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getRepositoryBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.repository.batch.RepositoryBatchAdminSession | a RepositoryBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsRepositoryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsRepositoryBatchAdmin()
is true. |