Uses of Class
org.xwiki.contrib.moccacalendar.EventInstance
-
Packages that use EventInstance Package Description org.xwiki.contrib.moccacalendar org.xwiki.contrib.moccacalendar.script -
-
Uses of EventInstance in org.xwiki.contrib.moccacalendar
Methods in org.xwiki.contrib.moccacalendar that return EventInstance Modifier and Type Method Description EventInstanceEventSource. getEventInstance(com.xpn.xwiki.api.Document eventDoc, Date eventStartDate)Return the given document as anEventInstancewith the given start date.Methods in org.xwiki.contrib.moccacalendar that return types with arguments of type EventInstance Modifier and Type Method Description List<EventInstance>RecurrentEventGenerator. generate(com.xpn.xwiki.doc.XWikiDocument event, Date dateFrom, Date dateTo)given the event document create a list of event instances happening betweendateFromanddateTo.List<EventInstance>EventSource. getEvents(Date dateFrom, Date dateTo, String filter, org.xwiki.model.reference.DocumentReference parentRef, boolean sortAscending)Get all events that this source can find for the given constraints. -
Uses of EventInstance in org.xwiki.contrib.moccacalendar.script
Methods in org.xwiki.contrib.moccacalendar.script that return EventInstance Modifier and Type Method Description EventInstanceMoccaCalendarScriptService. getEventInstance(com.xpn.xwiki.api.Document eventDoc, Date eventStartDate)Create an event instance for the given date and document.EventInstanceMoccaCalendarScriptService. getEventInstance(com.xpn.xwiki.api.Document eventDoc, Date eventStartDate, String source)Create an event instance for the given date and document from the given source.Methods in org.xwiki.contrib.moccacalendar.script that return types with arguments of type EventInstance Modifier and Type Method Description List<EventInstance>MoccaCalendarScriptService. queryEvents(Date dateFrom, Date dateTo, String filter, String parentReference, boolean sortAscending)Queries events on the current wiki, seeMoccaCalendarScriptService.queryEvents(Date, Date, String, String, String, boolean).List<EventInstance>MoccaCalendarScriptService. queryEvents(Date dateFrom, Date dateTo, String filter, String wiki, String parentReference, boolean sortAscending)Get a list of events matching the date and filter criteria.List<EventInstance>MoccaCalendarScriptService. queryEvents(Date dateFrom, Date dateTo, List<String> wikis, boolean sortAscending)Gets the union of events on a set of wikis.Methods in org.xwiki.contrib.moccacalendar.script with parameters of type EventInstance Modifier and Type Method Description StringMoccaCalendarScriptService. getDisplaySheetForEvent(EventInstance event)Give the full name to a document to be used as a sheet to be used to display this event.
-