Interface MessagingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
MessagingBatchManager, MessagingBatchProxyManager

public interface MessagingBatchProfile extends OsidProfile

The MessagingBatchProfile describes the interoperability among batch messaging 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.
    • supportsMessageBatchAdmin

      boolean supportsMessageBatchAdmin()
      Tests if bulk administration of messages is available.
      Returns:
      true if a message bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsReceiptBatchAdmin

      boolean supportsReceiptBatchAdmin()
      Tests if bulk administration of receipts is available.
      Returns:
      true if a receipt bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMailboxBatchAdmin

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