Interface CommentingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
CommentingBatchManager, CommentingBatchProxyManager

public interface CommentingBatchProfile extends OsidProfile

The CommentingBatchProfile describes the interoperability among batch commenting 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.
    • supportsCommentBatchAdmin

      boolean supportsCommentBatchAdmin()
      Tests if bulk administration of comments is available.
      Returns:
      true if a comment bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBookBatchAdmin

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