Interface SubscriptionBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
SubscriptionBatchManager, SubscriptionBatchProxyManager

public interface SubscriptionBatchProfile extends OsidProfile

The SubscriptionBatchProfile describes the interoperability among batch subscription 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.
    • supportsSubscriptionBatchAdmin

      boolean supportsSubscriptionBatchAdmin()
      Tests if bulk administration of subscriptions is available.
      Returns:
      true if a subscription bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsDispatchBatchAdmin

      boolean supportsDispatchBatchAdmin()
      Tests if bulk administration of dispatches is available.
      Returns:
      true if a dispatch bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPublisherBatchAdmin

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