Interface LexiconBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
LexiconBatchManager, LexiconBatchProxyManager

public interface LexiconBatchProfile extends OsidProfile

The LexiconBatchProfile describes the interoperability among batch lexicon 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.
    • supportsTextBatchAdmin

      boolean supportsTextBatchAdmin()
      Tests if bulk administration of texts is available.
      Returns:
      true if a text bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsIdiomBatchAdmin

      boolean supportsIdiomBatchAdmin()
      Tests if bulk administration of idioms is available.
      Returns:
      true if an idiom bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsParameterBatchAdmin

      boolean supportsParameterBatchAdmin()
      Tests if bulk administration of parameters is available.
      Returns:
      true if a parameter bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPressBatchAdmin

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