| Interface | osid.calendaring.CalendarSearchSession | ||
|---|---|---|---|
| Implements | osid.calendaring.CalendarQuerySession | ||
| 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 | getCalendarSearch | ||
| Description |
Gets a calendar search. | ||
| Return | osid.calendaring.CalendarSearch | a calendar search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCalendarSearchOrder | ||
| Description |
Gets a calendar search order. The | ||
| Return | osid.calendaring.CalendarSearchOrder | the calendar search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCalendarsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.calendaring.CalendarQuery | calendarQuery | the calendar query |
osid.calendaring.CalendarSearch | calendarSearch | the calendar search | |
| Return | osid.calendaring.CalendarSearchResults | the calendar search results | |
| Errors | NULL_ARGUMENT | calendarQuery or calendarSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | calendarQuery or calendarSearch is not of
this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCalendarQueryFromInspector | ||
| Description |
Gets a calendar query from an inspector. The inspector
is available from an | ||
| Parameters | osid.calendaring.CalendarQueryInspector | calendarQueryInspector | a calendar query inspector |
| Return | osid.calendaring.CalendarQuery | the calendar query | |
| Errors | NULL_ARGUMENT | calendarQueryInspector is null | |
| UNSUPPORTED | calendarQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |