Interface CommentingProxyManager

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

public interface CommentingProxyManager extends OsidProxyManager, CommentingProfile

The commenting manager provides access to commenting 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:

  • 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.