Interface | osid.resource.batch.ResourceBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.resource.batch.ResourceBatchProfile | |||
Description |
The resource batch proxy manager provides access to
resource batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getResourceBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.resource.batch.ResourceBatchAdminSession | a ResourceBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.resource.batch.ResourceBatchAdminSession | a ResourceBatchAdminSession | |
Errors | NOT_FOUND | no Bin found by the given Id | |
NULL_ARGUMENT | binId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.resource.batch.ResourceRelationshipBatchAdminSession | a ResourceRelationshipBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.resource.batch.ResourceRelationshipBatchAdminSession | a ResourceRelationshipBatchAdminSession | |
Errors | NOT_FOUND | no Bin found by the given Id | |
NULL_ARGUMENT | binId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.resource.batch.BinBatchAdminSession | a BinBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsBinBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsBinBatchAdmin()
is true. |