Interface MappingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
MappingBatchManager, MappingBatchProxyManager

public interface MappingBatchProfile extends OsidProfile

The MappingBatchProfile describes the interoperability among batch mapping 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.
    • supportsLocationBatchAdmin

      boolean supportsLocationBatchAdmin()
      Tests if bulk administration of locations is available.
      Returns:
      true if a location bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMapBatchAdmin

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