Interface BloggingProxyManager

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

public interface BloggingProxyManager extends OsidProxyManager, BloggingProfile

The blogging manager provides access to entry lookup and creation session and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object for the purposes of passing information from a server environment. The sessions included in this manager are:

  • EntryLookupSession : a session to retrieve entries
  • EntryQuerySession : a session for querying entries
  • EntrySearchSession : a session to search for entries
  • EntryAdminSession : a session to create and delete entries
  • EntryNotificationSession : a session to receive notifications pertaining to entry changes
  • EntryBlogSession : a session to look up entry to blog mappings
  • EntryBlogAssignmentSession : a session to manage entry to blog mappings
  • EntrySmartBlogSession : a session for managing dynamic blogs
  • BlogLookupSession: a session to retrieve blogs
  • BlogQuerySession : a session for querying blogs
  • BlogSearchSession : a session to search for blogs
  • BlogAdminSession : a session to create, update and delete blogs
  • BlogNotificationSession : a session to receive notifications pertaining to changes in blogs
  • BlogHierarchySession : a session to traverse blog hierarchies
  • BlogHierarchyDesignSession : a session to manage blog hierarchies