Uses of Interface
org.osid.calendaring.CalendarQuery
Packages that use CalendarQuery
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
-
Uses of CalendarQuery in org.osid.calendaring
Methods in org.osid.calendaring that return CalendarQueryModifier and TypeMethodDescriptionCalendarQuery.getAncestorCalendarQuery()Gets the query for a calendar.CalendarQuerySession.getCalendarQuery()Gets a calendar query.CommitmentQuery.getCalendarQuery()Gets the query for a calendar.EventQuery.getCalendarQuery()Gets the query for a calendar.OffsetEventQuery.getCalendarQuery()Gets the query for a calendar.RecurringEventQuery.getCalendarQuery()Gets the query for a calendar.ScheduleQuery.getCalendarQuery()Gets the query for a calendar.ScheduleSlotQuery.getCalendarQuery()Gets the query for a calendar.SupersedingEventQuery.getCalendarQuery()Gets the query for a calendar.TimePeriodQuery.getCalendarQuery()Gets the query for a calendar.CalendarSearchSession.getCalendarQueryFromInspector(CalendarQueryInspector calendarQueryInspector) Gets a calendar query from an inspector.CalendarQuery.getDescendantCalendarQuery()Gets the query for a calendar.Methods in org.osid.calendaring with parameters of type CalendarQueryModifier and TypeMethodDescriptionCalendarQuerySession.getCalendarsByQuery(CalendarQuery calendarQuery) Gets a list ofCalendarobjects matching the given calendar query.CalendarSearchSession.getCalendarsBySearch(CalendarQuery calendarQuery, CalendarSearch calendarSearch) Gets the search results matching the given search query using the given search. -
Uses of CalendarQuery in org.osid.calendaring.cycle
Methods in org.osid.calendaring.cycle that return CalendarQueryModifier and TypeMethodDescriptionCyclicEventQuery.getCalendarQuery()Gets the query for a calendar.CyclicTimePeriodQuery.getCalendarQuery()Gets the query for a calendar. -
Uses of CalendarQuery in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return CalendarQueryModifier and TypeMethodDescriptionCommitmentEnablerQuery.getCalendarQuery()Gets the query for a calendar.OffsetEventEnablerQuery.getCalendarQuery()Gets the query for a calendar.RecurringEventEnablerQuery.getCalendarQuery()Gets the query for a calendar.SupersedingEventEnablerQuery.getCalendarQuery()Gets the query for a calendar.