Interface GradingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
GradingBatchManager, GradingBatchProxyManager

public interface GradingBatchProfile extends OsidProfile

The GradingBatchProfile describes the interoperability among batch grading 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.
    • supportsGradeBatchAdmin

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

      boolean supportsGradeSystemBatchAdmin()
      Tests if bulk administration of grade systems is available.
      Returns:
      true if a grade system bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsGradeEntryBatchAdmin

      boolean supportsGradeEntryBatchAdmin()
      Tests if bulk administration of grade entries is available.
      Returns:
      true if a grade entry bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsGradebookColumnBatchAdmin

      boolean supportsGradebookColumnBatchAdmin()
      Tests if bulk administration of gradebook columns is available.
      Returns:
      true if a gradebook columnbulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsGradebookBatchAdmin

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