Interface | osid.calendaring.ScheduleSearchSession | ||
---|---|---|---|
Implements | osid.calendaring.ScheduleQuerySession | ||
Description |
This session provides methods for searching This session defines views that offer differing behaviors for searching.
Schedules may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getScheduleSearch | ||
Description |
Gets a schedule search. | ||
Return | osid.calendaring.ScheduleSearch | the schedule search | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleSearchOrder | ||
Description |
Gets a schedule search order. The | ||
Return | osid.calendaring.ScheduleSearchOrder | the schedule search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getSchedulesBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.calendaring.ScheduleQuery | scheduleQuery | the schedule query |
osid.calendaring.ScheduleSearch | scheduleSearch | the schedule search | |
Return | osid.calendaring.ScheduleSearchResults | the schedule search results | |
Errors | NULL_ARGUMENT | scheduleQuery or scheduleSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | scheduleSearch or scheduleQuery is not of
this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleQueryFromInspector | ||
Description |
Gets a schedule query from an inspector. The inspector
is available from an | ||
Parameters | osid.calendaring.ScheduleQueryInspector | scheduleQueryInspector | a schedule query inspector |
Return | osid.calendaring.ScheduleQuery | the schedule query | |
Errors | NULL_ARGUMENT | scheduleQueryInspector is null | |
UNSUPPORTED | scheduleQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |