Interface ChecklistBatchManager

All Superinterfaces:
AutoCloseable, ChecklistBatchProfile, Closeable, OsidManager, OsidManager, OsidProfile, Sourceable

public interface ChecklistBatchManager extends OsidManager, ChecklistBatchProfile

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:

  • TodoBatchSession : a session to create, modify and delete todos in bulk
  • ChecklistBatchAdminSession : a session to create, modify and delete checklists in bulk
  • Method Details