Interface RecipeBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
RecipeBatchManager, RecipeBatchProxyManager

public interface RecipeBatchProfile extends OsidProfile

The RecipeBatchProfile describes the interoperability among recipe batch 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.
    • supportsRecipeBatchAdmin

      boolean supportsRecipeBatchAdmin()
      Tests if bulk administration of recipes is available.
      Returns:
      true if a recipe bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsDirectionBatchAdmin

      boolean supportsDirectionBatchAdmin()
      Tests if bulk administration of directions is available.
      Returns:
      true if s direction bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProcedureBatchAdmin

      boolean supportsProcedureBatchAdmin()
      Tests if bulk administration of procedures is available.
      Returns:
      true if a procedure bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCookbookBatchAdmin

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