Package org.osid.calendaring.cycle
The Open Service Interface Definitions for the org.osid.calendaring.cycle service.
The Calendaring Cycle OSID manages canonical versions of events and time periods. This package does not define the rules to automatically generate events and time periods. This package sits in between the Calendaring OSID and the Calendaring Mason OSID where rules for generation are defined.
This package defines CyclicEvents and CyclicTimePeriods
. An example of a CyclicEvent is "Thanksgiving" or "Quarterly
Report Deadline" that occurs at predicatble intervals. An example of a
CyclicTimePeriod is "Fiscal Q4" or "Fall Term."
This package can be positioned either or both of two ways:
- Defining and mapping existing
EventsandTimePeriodsto these canonical counterparts for the purposes of defining rules in other OSIDs that manage a recurring behavior, such as anOsidEnabler. - Defining rules behind
CyclicEventsandCyclicTimePeriodsinthe Calendaring Mason OSID to centrally manage the automatic generation ofEventsandTimePeriodsin the Calendaring OSID. Not for the faint of heart.
Calendaring Catalogging
CyclicEvents and CyclicTimePreiods are organized into
federateable Calendars .
Sub Packages
The Calendaring Cycle OSID contains a Calendaring cycle Batch OSID for managing time cycles in bulk.
Copyright © 2011 Ingenescus. All Rights Reserved.
This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.
Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.
You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.
This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.
The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.
-
InterfacesClassDescriptionThe calendaring cycle manager provides access to calendaring cycle sessions and provides interoperability tests for various aspects of this service.The
CalendaringCycleProfiledescribes the interoperability among calendaring cycle services.The calendaring manager provides access to calendaring sessions and provides interoperability tests for various aspects of this service.AnCyclicEventrepresents canonical event.This session creates, updates, and deletesCyclicEvents.This session provides methods to re-assignCyclicEventstoCalendars.This session provides methods to retrieveCyclicEventtoCalendarmappings.This is the form for creating and updatingEvents.Like allOsidLists,CyclicEventListprovides a means for accessingCyclicEventelements sequentially either one at a time or many at a time.This session provides methods for retrievingCyclicEvents.This session defines methods to receive asynchronous notifications on adds/changes toCyclicEvents.This is the query for searching cyclic events.This is the query inspector for examining event queries.This session provides methods for searchingCyclicEvents.The cyclic event receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedCyclicEvents.EventSearchdefines the interface for specifying event search options.An interface for specifying the ordering of search results.This interface provides a means to capture results of a search.This session provides methods for searchingCyclicEvents.This session manages queries and sequencing to create "smart" dynamic catalogs.ACyclicTimePeriodrepresents a canonical span of time.This session creates, updates, and deletesCyclicTimePeriods.This session provides methods to re-assignCyclicTimePeriodstoCalendars.This session provides methods to retrieveCyclicTimePeriodtoCalendarmappings.This is the form for creating and updatingCyclicTimePeriods.Like allOsidLists,CyclicTimePeriodListprovides a means for accessingCyclicTimePeriodelements sequentially either one at a time or many at a time.This session provides methods for retrievingCyclicTimePeriods.This session defines methods to receive asynchronous notifications on adds/changes toCyclicTimePeriods.This is the query for searching cyclic time periods.This is the query inspector for examining cyclic time period queries.This session provides methods for searchingCyclicTimePeriods.The cyclic time period receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedCyclicTimePeriods.CyclicTimePeriodSearchdefines the interface for specifying cyclic time period search options.An interface for specifying the ordering of search results.This interface provides a means to capture results of a search.This session provides methods for searchingCyclicTimePeriods.This session manages queries and sequencing to create "smart" dynamic catalogs.This session provides methods to manually assignEventstoCyclicEvents.This session provides methods to retrieveCyclicEventtoEventmappings.This session provides methods to manually assignTimePeriodstoCyclicTimePeriods.This session provides methods to retrieveCyclicTimePeriodtoTimePeriodmappings.