Interface CalendaringCycleManager

All Superinterfaces:
AutoCloseable, CalendaringCycleProfile, Closeable, OsidManager, OsidManager, OsidProfile, Sourceable

public interface CalendaringCycleManager extends OsidManager, CalendaringCycleProfile

The calendaring cycle manager provides access to calendaring cycle sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • CyclicEventLookupSession : a session to look up cyclic events
  • CyclicEventQuerySession : a session to query cyclic events
  • CyclicEventSearchSession: a session to search cyclic events
  • CyclicEventAdminSession : a session to create, modify and delete cyclic events
  • CyclicEventNotificationSession : a session to receive messages pertaining to cyclic event changes
  • CyclicEventCalendarSession : a session for retriieving cyclic event and calendar mappings
  • CyclicEventCalendarAssignmentSession : a session for managing cyclic event and calendar mappings
  • CyclicEventSmartCalendarSession : a session to manage dynamic cyclic event catalogs
  • EventCyclicEventLookupSession : a session to look up the associations between events and cyclic events
  • EventCyclicEventAssignmentSession : a session to manually map events to cyclic events
  • CyclicTimePeriodLookupSession : a session to look up cyclic time periods
  • CyclicTimePeriodQuerySession : a session to query cyclic time periods
  • CyclicTimePeriodSearchSession: a session to search cyclic time periods
  • CyclicTimePeriodAdminSession : a session to create, modify and delete cyclic time periods
  • CyclicTimePeriodNotificationSession : a session to receive messages pertaining to cyclic time period changes
  • CyclicTimePeriodCalendarSession : a session for retriieving cyclic time period and calendar mappings
  • CyclicTimePeriodCalendarAssignmentSession : a session for managing cyclic time period and calendar mappings
  • CyclicTimePeriodSmartCalendarSession : a session to manage dynamic cyclic time period catalogs
  • TimePeriodCyclicTimePeriodLookupSession : a session to look up the associations between time periods and cyclic time periods
  • TimePeriodCyclicTimePeriodAssignmentSession : a session to manually map time periods to cyclic time periods