Uses of Class
org.bedework.calfacade.svc.EventInfo
Packages that use EventInfo
Package
Description
-
Uses of EventInfo in org.bedework.calfacade.filter
Methods in org.bedework.calfacade.filter with parameters of type EventInfoModifier and TypeMethodDescriptionvoidAttempt to set the color for the given event.Method parameters in org.bedework.calfacade.filter with type arguments of type EventInfoModifier and TypeMethodDescriptionvoidColorMap.setColor(Collection<EventInfo> eis, String userHref) Attempt to set the color for the given events. -
Uses of EventInfo in org.bedework.calfacade.ifs
Methods in org.bedework.calfacade.ifs that return types with arguments of type EventInfo -
Uses of EventInfo in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return types with arguments of type EventInfoModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<EventInfo>BwIndexer.fetchEvent(String href) Href of event with possible anchor tag for recurrence id.org.bedework.util.misc.response.GetEntitiesResponse<EventInfo>BwIndexer.fetchEvent(String colPath, String guid) Colpath and guid supplied.BwIndexer.fetchEvents(String path, String lastmod, int lastmodSeq, int count) Return all or first count events -
Uses of EventInfo in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc that return EventInfoModifier and TypeMethodDescriptionEventInfo.findOverride(String rid) See if the master event has an override with the given recurrence id.EventInfo.findOverride(String rid, boolean create) See if the master event has an override with the given recurrence id.EventInfo.getParent()EventInfo.getRetrievedEvent()The full event as retrieved.static EventInfoEventInfo.makeProxy(BwEvent master, BwDateTime start, BwDateTime end, String recurrenceId, boolean isOverride) Methods in org.bedework.calfacade.svc that return types with arguments of type EventInfoModifier and TypeMethodDescriptionEventInfo.getContainedItems()Get the contained itemsEventInfo.getOverrides()Get the overridesMethods in org.bedework.calfacade.svc with parameters of type EventInfoModifier and TypeMethodDescriptionvoidEventInfo.addContainedItem(EventInfo val) Add a contained itemvoidEventInfo.addOverride(EventInfo val) intintvoidEventInfo.setOnlyAttendee(EventInfo outEi, String attUri) Set the attendee in the output event from the corresponding component in this calendar event.voidEventInfo.setRetrievedEvent(EventInfo val) The full event as retrieved.Method parameters in org.bedework.calfacade.svc with type arguments of type EventInfoModifier and TypeMethodDescriptionvoidEventInfo.setContainedItems(Set<EventInfo> val) set the contained itemsConstructor parameters in org.bedework.calfacade.svc with type arguments of type EventInfo