Interface | osid.inquiry.batch.InquiryBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.inquiry.batch.InquiryBatchProfile | |||
Description |
The inquiry batch proxy manager provides access to inquiry
batch sessions and provides interoperability tests for various
aspects of this service. Methods in this manager support the
passing of a
| ||
Method | getInquiryBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.batch.InquiryBatchAdminSession | an InquiryBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryBatchAdmin()
is true. | |
Method | getInquiryBatchAdminSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.batch.InquiryBatchAdminSession | an InquiryBatchAdminSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getAuditBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.batch.AuditBatchAdminSession | an AuditBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAuditBatchAdmin()
is true. | |
Method | getAuditBatchAdminSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.batch.AuditBatchAdminSession | an AuditBatchAdminSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAuditBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getResponseAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.batch.ResponseBatchAdminSession | a ResponseBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsResponseBatchAdmin()
is true. | |
Method | getResponseAdminSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.batch.ResponseBatchAdminSession | a ResponseBatchAdminSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsResponseBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getInquestBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.batch.InquestBatchAdminSession | a InquestBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsInquestBatchAdmin()
is true. |