Interface ChecklistManager

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

public interface ChecklistManager extends OsidManager, ChecklistProfile

The checklist manager provides access to checklist sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • TodoLookupSession : a session to lookup todos
  • TodoQuerySession : a session to query todos
  • TodoSearchSession : a session to search todos
  • TodoAdminSession : a session to manage todos
  • TodoNotificationSession : a session to subscribe to notifications of todo changes
  • TodoHierarchySession : a session to traverse a hierarchy of todos
  • TodoHierarchyDesignSession : a session to manage a todo hierarchy
  • TodoChecklistSession : a session for looking up todo and checklist mappings
  • TodoChecklistAssignmentSession : a session for managing todo and checklist mappings
  • TodoSmartChecklistSession : a session to manage dynamic todo checklists
  • ChecklistLookupSession : a session to retrieve checklists
  • ChecklistQuerySession : a session to query checklists
  • ChecklistSearchSession : a session to search for checklists
  • ChecklistAdminSession : a session to create, update and delete checklists
  • ChecklistNotificationSession : a session to receive notifications for changes in checklists
  • ChecklistHierarchyTraversalSession : a session to traverse hierarchies of checklists
  • ChecklistHierarchyDesignSession : a session to manage hierarchies of checklists

The todoing manager also provides a profile for determing the supported search types supported by this service.