Interface | osid.checklist.batch.ChecklistBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.checklist.batch.ChecklistBatchProfile | |||
Description |
The checklist batch manager provides access to checklist batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getTodoBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.checklist.batch.TodoBatchAdminSession | a TodoBatchAdminSession | |
Errors | 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 |
Return | osid.checklist.batch.TodoBatchAdminSession | a TodoBatchAdminSession | |
Errors | NOT_FOUND | no Checklist found by the given Id | |
NULL_ARGUMENT | checklistId 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 | ||
Return | osid.checklist.batch.ChecklistBatchAdminSession | a ChecklistBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsChecklistBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsChecklistBatchAdmin()
is true. |