| Interface | osid.relationship.batch.RelationshipBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.relationship.batch.RelationshipBatchProfile | |||
| Description | 
                 The relationship batch proxy manager provides access to 
                relationship batch sessions and provides interoperability 
                tests for various aspects of this service. Methods in this 
                manager support the passing of a  
  | ||
| Method | getRelationshipBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.relationship.batch.RelationshipBatchAdminSession | a  RelationshipBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsRelationshipBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsRelationshipBatchAdmin() 
 is  true.   | |
| Method | getRelationshipBatchAdminSessionForFamily | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | familyId | the  Id  of the  Family   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.relationship.batch.RelationshipBatchAdminSession | a  RelationshipBatchAdminSession   | |
| Errors | NOT_FOUND | no  Family  found by the given  Id   |                 |
| NULL_ARGUMENT |  familyId  or  proxy  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsRelationshipBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsRelationshipBatchAdmin() 
 and  supportsVisibleFederation()  are  true   | |
| Method | getFamilyBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.relationship.batch.FamilyBatchAdminSession | a  FamilyBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsFamilyBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsFamilyBatchAdmin() 
 is  true.   | |