| Interface | osid.calendaring.rules.SupersedingEventEnablerSmartCalendarSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session manages queries and sequencing to create
"smart" dynamic calendars. A This | ||
| Method | getCalendarId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Calendar Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCalendar | ||
| Description |
Gets the | ||
| Return | osid.calendaring.Calendar | the calendar | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartCalendars | ||
| Description |
Tests if this user can manage smart calendars. A return
of true does not guarantee successful authorization. A
return of false indicates that it is known methods in this
session will result in a | ||
| Return | boolean | false if smart calendar management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSupersedingEventEnablerQuery | ||
| Description |
Gets a superseding event enabler query. | ||
| Return | osid.calendaring.rules.SupersedingEventEnablerQuery | the superseding event enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSupersedingEventEnablerSearchOrder | ||
| Description |
Gets a superseding event enabler search order. | ||
| Return | osid.calendaring.rules.SupersedingEventEnablerSearchOrder | the superseding event enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applySupersedingEventEnablerQuery | ||
| Description |
Applies a superseding event enabler query to this calendar. | ||
| Parameters | osid.calendaring.rules.SupersedingEventEnablerQuery | calendarEnablerQuery | the superseding event enabler query |
| Errors | NULL_ARGUMENT | calendarEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | calendarEnablerQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectSupersedingEventEnablerQuery | ||
| Description |
Gets a superseding event enabler query inspector for this calendar. | ||
| Return | osid.calendaring.rules.SupersedingEventEnablerQueryInspector | the superseding event enabler query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applySupersedingEventEnablerSequencing | ||
| Description |
Applies a superseding event enabler search order to this calendar. | ||
| Parameters | osid.calendaring.rules.SupersedingEventEnablerSearchOrder | calendarEnablerSearchOrder | the superseding event enabler search order |
| Errors | NULL_ARGUMENT | calendarEnablerSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | calendarEnablerSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getSupersedingEventEnablerQueryFromInspector | ||
| Description |
Gets a superseding event enabler query from an inspector. | ||
| Parameters | osid.calendaring.rules.SupersedingEventEnablerQueryInspector | calendarEnablerQueryInspector | a superseding event enabler query inspector |
| Return | osid.calendaring.rules.SupersedingEventEnablerQuery | the superseding event enabler query | |
| Errors | NULL_ARGUMENT | calendarEnablerQueryInspector is null | |
| UNSUPPORTED | calendarEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |