Interface CalendaringCycleBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
CalendaringCycleBatchManager, CalendaringCycleBatchProxyManager

public interface CalendaringCycleBatchProfile extends OsidProfile

The CalendaringCycleBatchProfile describes the interoperability among batch calendaring cycle 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.
    • supportsCyclicEventBatchAdmin

      boolean supportsCyclicEventBatchAdmin()
      Tests if bulk administration of cyclic events is available.
      Returns:
      true if a cyclic event bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCyclicTimePeriodBatchAdmin

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