Interface | osid.checklist.batch.ChecklistBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.checklist.batch.ChecklistBatchProfile | |||
Description |
The checklist batch proxy manager provides access to
checklist batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getTodoBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.checklist.batch.TodoBatchAdminSession | a TodoBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsTodoBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsTodoBatchAdmin()
is true. | |
Method | getTodoBatchAdminSessionForChecklist | ||
Description |
Gets the | ||
Parameters | osid.id.Id | checklistId | the Id of the Checklist |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.checklist.batch.TodoBatchAdminSession | a TodoBatchAdminSession | |
Errors | NOT_FOUND | no Checklist found by the given Id | |
NULL_ARGUMENT | checklistId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsTodoBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsTodoBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getChecklistBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.checklist.batch.ChecklistBatchAdminSession | a ChecklistBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsChecklistBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsChecklistBatchAdmin()
is true. |