Interface RoomSquattingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
RoomSquattingBatchManager, RoomSquattingBatchProxyManager

public interface RoomSquattingBatchProfile extends OsidProfile

The RoomSquattingBatchProfile describes the interoperability among batch room squatting 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.
    • supportsLeaseBatchAdmin

      boolean supportsLeaseBatchAdmin()
      Tests if bulk administration of leases is available.
      Returns:
      true if a lease bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsDeedBatchAdmin

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