Interface InstallationBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
InstallationBatchManager, InstallationBatchProxyManager

public interface InstallationBatchProfile extends OsidProfile

The InstallationBatchProfile describes the interoperability among batch installation 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.
    • supportsPackageBatchAdmin

      boolean supportsPackageBatchAdmin()
      Tests if bulk administration of packages is available.
      Returns:
      true if a package bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsDepotBatchAdmin

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