Interface ContactBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ContactBatchManager, ContactBatchProxyManager

public interface ContactBatchProfile extends OsidProfile

The ContactBatchProfile describes the interoperability among batch contact 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.
    • supportsContactBatchAdmin

      boolean supportsContactBatchAdmin()
      Tests if bulk administration of contacts is available.
      Returns:
      true if a contact bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAddressBatchAdmin

      boolean supportsAddressBatchAdmin()
      Tests if bulk administration of addresses is available.
      Returns:
      true if an address bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAddressBookBatchAdmin

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