Interface ResourceBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ResourceBatchManager, ResourceBatchProxyManager

public interface ResourceBatchProfile extends OsidProfile

The ResourceBatchProfile describes the interoperability among batch resource 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.
    • supportsResourceBatchAdmin

      boolean supportsResourceBatchAdmin()
      Tests if bulk administration of resources is available.
      Returns:
      true if a resource bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsResourceRelationshipBatchAdmin

      boolean supportsResourceRelationshipBatchAdmin()
      Tests if bulk administration of resource relationships is available.
      Returns:
      true if a resource relationship bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBinBatchAdmin

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