Interface | osid.calendaring.CalendarQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching among Calendars may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchCalendars | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarQuery | ||
Description |
Gets a calendar query. | ||
Return | osid.calendaring.CalendarQuery | a calendar query | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarsByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.calendaring.CalendarQuery | calendarQuery | the calendar query |
Return | osid.calendaring.CalendarList | the returned CalendarList | |
Errors | NULL_ARGUMENT | calendarQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | calendarQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |