Interface RoomConstructionBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
RoomConstructionBatchManager, RoomConstructionBatchProxyManager

public interface RoomConstructionBatchProfile extends OsidProfile

The RoomConstructionBatchProfile describes the interoperability among batch room 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.
    • supportsRenovationBatchAdmin

      boolean supportsRenovationBatchAdmin()
      Tests if bulk administration of renovations is available.
      Returns:
      true if a renovation bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProjectBatchAdmin

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