Interface ChecklistBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ChecklistBatchManager, ChecklistBatchProxyManager

public interface ChecklistBatchProfile extends OsidProfile

The ChecklistBatchProfile describes the interoperability among batch checklist 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.
    • supportsTodoBatchAdmin

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

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