Interface ForumBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ForumBatchManager, ForumBatchProxyManager

public interface ForumBatchProfile extends OsidProfile

The ForumBatchProfile describes the interoperability among batch forum services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPostBatchAdmin

      boolean supportsPostBatchAdmin()
      Tests if bulk administration of posts is available.
      Returns:
      true if a post bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsReplyBatchAdmin

      boolean supportsReplyBatchAdmin()
      Tests if bulk administration of replies is available.
      Returns:
      true if a reply bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsForumBatchAdmin

      boolean supportsForumBatchAdmin()
      Tests if bulk administration of forums is available.
      Returns:
      true if a forum bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.