Interface ProfileBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ProfileBatchManager, ProfileBatchProxyManager

public interface ProfileBatchProfile extends OsidProfile

The ProfileBatchProfile describes the interoperability among batch profile 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.
    • supportsProfileEntryBatchAdmin

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

      boolean supportsProfileItemBatchAdmin()
      Tests if bulk administration of profile items is available.
      Returns:
      true if a profile item bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProfileBatchAdmin

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