Interface TrackingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
TrackingBatchManager, TrackingBatchProxyManager

public interface TrackingBatchProfile extends OsidProfile

The TrackingBatchProfile describes the interoperability among batch tracking 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.
    • supportsIssueBatchAdmin

      boolean supportsIssueBatchAdmin()
      Tests if bulk administration of issues is available.
      Returns:
      true if an issue bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSubtaskIssueBatchAdmin

      boolean supportsSubtaskIssueBatchAdmin()
      Tests if bulk administration of subtasks is available.
      Returns:
      true if a subtask issue bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueBatchAdmin

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

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