Interface | osid.repository.batch.RepositoryBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.repository.batch.RepositoryBatchProfile | |||
Description |
The repository batch manager provides access to repository batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getAssetBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.repository.batch.AssetBatchAdminSession | an AssetBatchAdminSession | |
Errors | 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 |
Return | osid.repository.batch.AssetBatchAdminSession | an AssetBatchAdminSession | |
Errors | NOT_FOUND | no Repository found by the given Id | |
NULL_ARGUMENT | repositoryId 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 | ||
Return | osid.repository.batch.CompositionBatchAdminSession | a CompositionBatchAdminSession | |
Errors | 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 |
Return | osid.repository.batch.CompositionBatchAdminSession | a CompositionBatchAdminSession | |
Errors | NOT_FOUND | no Repository found by the given Id | |
NULL_ARGUMENT | repositoryId 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 | ||
Return | osid.repository.batch.RepositoryBatchAdminSession | a RepositoryBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsRepositoryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsRepositoryBatchAdmin()
is true. |