| Interface | osid.calendaring.OffsetEventSearchSession | ||
|---|---|---|---|
| Implements | osid.calendaring.OffsetEventQuerySession | ||
| Description |
This session provides methods for searching This session defines views that offer differing behaviors for searching.
Offset events may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getOffsetEventSearch | ||
| Description |
Gets an offset event search. | ||
| Return | osid.calendaring.OffsetEventSearch | the offset event search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOffsetEventSearchOrder | ||
| Description |
Gets an offset event search order. The | ||
| Return | osid.calendaring.OffsetEventSearchOrder | the offset event search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOffsetEventsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.calendaring.OffsetEventQuery | offsetEventQuery | the offset event search query |
osid.calendaring.OffsetEventSearch | offsetEventSearch | the offset event search | |
| Return | osid.calendaring.OffsetEventSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | offsetEventQuery or offsetEventSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | offsetEventQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOffsetEventQueryFromInspector | ||
| Description |
Gets an offset event query from an inspector. The
inspector is available from an | ||
| Parameters | osid.calendaring.OffsetEventQueryInspector | offsetEventQueryInspector | an offset event query inspector |
| Return | osid.calendaring.OffsetEventQuery | the offset event query | |
| Errors | NULL_ARGUMENT | offsetEventQueryInspector is null | |
| UNSUPPORTED | offsetEventQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |