Interface | osid.calendaring.ScheduleSlotQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidContainableQueryInspector | |||
Description |
This is the query inspector for examining schedule queries. | ||
Method | getScheduleSlotIdTerms | ||
Description |
Gets the schedule slot | ||
Return | osid.search.terms.IdTerm[] | the schedule Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleSlotTerms | ||
Description |
Gets the schedule slot terms. | ||
Return | osid.calendaring.ScheduleSlotQueryInspector[] | the schedule slot terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWeekdayTerms | ||
Description |
Gets the weekday terms. | ||
Return | osid.search.terms.CardinalTerm[] | the weekday terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWeeklyIntervalTerms | ||
Description |
Gets the weekly interval terms. | ||
Return | osid.search.terms.IntegerTerm[] | the weekly interval terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWeekOfMonthTerms | ||
Description |
Gets the week of month terms. | ||
Return | osid.search.terms.IntegerTerm[] | the week of month terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWeekdayTimeTerms | ||
Description |
Gets the weekday time terms. | ||
Return | osid.search.terms.TimeRangeTerm[] | the fixed interval terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFixedIntervalTerms | ||
Description |
Gets the fixed interval terms. | ||
Return | osid.search.terms.DurationRangeTerm[] | the fixed interval terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDurationTerms | ||
Description |
Gets the duration terms. | ||
Return | osid.search.terms.DurationTerm[] | the duration terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarIdTerms | ||
Description |
Gets the calendar | ||
Return | osid.search.terms.IdTerm[] | the calendar Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarTerms | ||
Description |
Gets the calendar terms. | ||
Return | osid.calendaring.CalendarQueryInspector[] | the calendar terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleSlotQueryInspectorRecord | ||
Description |
Gets the schedule slot query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | scheduleSlotRecordType | a schedule slot query record type |
Return | osid.calendaring.records.ScheduleSlotQueryInspectorRecord | the schedule slot query inspector record | |
Errors | NULL_ARGUMENT | scheduleSlotRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(scheduleSlotRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |