Interface CommentingManager

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

public interface CommentingManager extends OsidManager, CommentingProfile

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

  • CommentLookupSession : a session to lookup comments
  • RatingLookupSession : a session to lookup comments
  • CommentQuerySession : a session to query comments
  • CommentSearchSession : a session to search comments
  • CommentAdminSession : a session to manage comments
  • CommentNotificationSession : a session to subscribe to notifications of comment changes
  • CommentBookSession : a session for looking up comment and book mappings
  • CommentBookAssignmentSession : a session for managing comment and book mappings
  • CommentSmartBookSession : a session to manage dynamic comment books
  • BookLookupSession : a session to retrieve books
  • BookQuerySession : a session to query books
  • BookSearchSession : a session to search for books
  • BookAdminSession : a session to create, update and delete books
  • BookNotificationSession : a session to receive notifications for changes in books
  • BookHierarchyTraversalSession : a session to traverse hierarchies of books
  • BookHierarchyDesignSession : a session to manage hierarchies of books

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