Interface DictionaryBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
DictionaryBatchManager, DictionaryBatchProxyManager

public interface DictionaryBatchProfile extends OsidProfile

The DictionaryBatchProfile describes the interoperability among batch dictionary 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.
    • supportsDictionaryBatchAdmin

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