| Interface | osid.resource.batch.ResourceBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.resource.batch.ResourceBatchProfile | |||
| Description |
The resource batch manager provides access to resource batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getResourceBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.resource.batch.ResourceBatchAdminSession | a ResourceBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsResourceBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsResourceBatchAdmin()
is true. | |
| Method | getResourceBatchAdminSessionForBin | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | binId | the Id of the Bin |
| Return | osid.resource.batch.ResourceBatchAdminSession | a ResourceBatchAdminSession | |
| Errors | NOT_FOUND | no Bin found by the given Id | |
| NULL_ARGUMENT | binId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsResourceBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsResourceBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getResourceRelationshipBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.resource.batch.ResourceRelationshipBatchAdminSession | a ResourceRelationshipBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsResourceRelationshipBatchAdmin() is false
| ||
| Compliance | optional | This method must be implemented if
supportsResourceRelationshipBatchAdmin() is true. | |
| Method | getResourceRelationshipBatchAdminSessionForBin | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | binId | the Id of the Bin |
| Return | osid.resource.batch.ResourceRelationshipBatchAdminSession | a ResourceRelationshipBatchAdminSession | |
| Errors | NOT_FOUND | no Bin found by the given Id | |
| NULL_ARGUMENT | binId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsResourceRelationshipBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsResourceRelationshipBatchAdmin() and
supportsVisibleFederation() are true | |
| Method | getBinBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.resource.batch.BinBatchAdminSession | a BinBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsBinBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsBinBatchAdmin()
is true. | |