Interface ConfigurationBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ConfigurationBatchManager, ConfigurationBatchProxyManager

public interface ConfigurationBatchProfile extends OsidProfile

The ConfigurationBatchProfile describes the interoperability among batch configuration 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.
    • supportsValueBatchAdmin

      boolean supportsValueBatchAdmin()
      Tests if bulk administration of values is available.
      Returns:
      true if a value 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.
    • supportsConfigurationBatchAdmin

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