Interface BloggingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
BloggingBatchManager, BloggingBatchProxyManager

public interface BloggingBatchProfile extends OsidProfile

The BloggingBatchProfile describes the interoperability among batch blogging 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.
    • supportsEntryBatchAdmin

      boolean supportsEntryBatchAdmin()
      Tests if bulk administration of entries is available.
      Returns:
      true if an entry bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBlogBatchAdmin

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