Interface CourseChronicleBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
CourseChronicleBatchManager, CourseChronicleBatchProxyManager

public interface CourseChronicleBatchProfile extends OsidProfile

The CourseChronicleBatchProfile describes the interoperability among batch chronicle 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.
    • supportsProgramEntryBatchAdmin

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

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

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

      boolean supportsAssessmentEntryBatchAdmin()
      Tests if bulk administration of credential entries is available.
      Returns:
      true if an assessment entry bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAwardEntryBatchAdmin

      boolean supportsAwardEntryBatchAdmin()
      Tests if bulk administration of award entries is available.
      Returns:
      true if an award entry bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.