Interface HoldBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
HoldBatchManager, HoldBatchProxyManager

public interface HoldBatchProfile extends OsidProfile

The HoldBatchProfile describes the interoperability among batch hold 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.
    • supportsBlockBatchAdmin

      boolean supportsBlockBatchAdmin()
      Tests if bulk administration of blocks is available.
      Returns:
      true if a block bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsIssueBatchAdmin

      boolean supportsIssueBatchAdmin()
      Tests if bulk administration of issues is available.
      Returns:
      true if an issue bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsHoldBatchAdmin

      boolean supportsHoldBatchAdmin()
      Tests if bulk administration of holds is available.
      Returns:
      true if a hold bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOublietteBatchAdmin

      boolean supportsOublietteBatchAdmin()
      Tests if bulk administration of oubliettes is available.
      Returns:
      true if an oubliette bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.