Interface ChecklistProxyManager

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

public interface ChecklistProxyManager extends OsidProxyManager, ChecklistProfile

The checklist manager provides access to checklist sessions and provides interoperability tests for various aspects of this service. Methods in this manager accept a Proxy for passing information from a server environment. 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.