Interface | osid.calendaring.ScheduleSlotSearchSession | ||
---|---|---|---|
Implements | osid.calendaring.ScheduleSlotQuerySession | ||
Description |
This session provides methods for searching This session defines views that offer differing behaviors for searching.
Schedule slots may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getScheduleSlotSearch | ||
Description |
Gets a schedule slot search. | ||
Return | osid.calendaring.ScheduleSlotSearch | the schedule slot search | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleSlotSearchOrder | ||
Description |
Gets a schedule slot search order. The | ||
Return | osid.calendaring.ScheduleSlotSearchOrder | the schedule slot search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleSlotsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.calendaring.ScheduleSlotQuery | scheduleSlotQuery | the schedule slot query |
osid.calendaring.ScheduleSlotSearch | scheduleSlotSearch | the schedule slot search | |
Return | osid.calendaring.ScheduleSearchResults | the schedule slot search results | |
Errors | NULL_ARGUMENT | scheduleSlotQuery or scheduleSlotSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | scheduleSlotSearch or scheduleSlotQuery is
not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleSlotQueryFromInspector | ||
Description |
Gets a schedule slot query from an inspector. The
inspector is available from an | ||
Parameters | osid.calendaring.ScheduleSlotQueryInspector | scheduleSlotQueryInspector | a schedule slot query inspector |
Return | osid.calendaring.ScheduleSlotQuery | the schedule query | |
Errors | NULL_ARGUMENT | scheduleSlotQueryInspector is null | |
UNSUPPORTED | scheduleSlotQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |