Interface ForumProxyManager

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

public interface ForumProxyManager extends OsidProxyManager, ForumProfile

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

  • PostLookupSession: a session to retrieve posts
  • PostQuerySession: a session to query posts
  • PostSearchSession: a session to search for posts
  • PostAdminSession: a session to create, update and delete posts
  • PostNotificationSession: a session to receive notifications for changes in posts
  • PostForumSession: a session to lookup post forum mappings
  • PostForumAssignmentSession: a session to manage post forum mappings
  • PostSmartForumSession: a session to manage smart forums of posts
  • ReplyLookupSession: a session to lookup replies
  • ReplyAdminSession: a session to manage replies
  • ReplyNotificationSession: a session to subscribe to notifications of reply changes
  • ForumLookupSession: a session to retrieve forums
  • ForumQuerySession: a session to query forums
  • ForumSearchSession: a session to search for forums
  • ForumAdminSession: a session to create, update and delete forums
  • ForumNotificationSession: a session to receive notifications for changes in forums
  • ForumHierarchySession: a session to traverse hierarchies of forums
  • ForumHierarchyDesignSession: a session to manage hierarchies of forums

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