Uses of Interface
org.apache.jackrabbit.webdav.observation.EventBundle
-
Packages that use EventBundle Package Description org.apache.jackrabbit.webdav.observation -
-
Uses of EventBundle in org.apache.jackrabbit.webdav.observation
Methods in org.apache.jackrabbit.webdav.observation that return types with arguments of type EventBundle Modifier and Type Method Description Iterator<EventBundle>
EventDiscovery. getEventBundles()
Returns an iterator over theevent bundles
currently present on this discovery.Methods in org.apache.jackrabbit.webdav.observation with parameters of type EventBundle Modifier and Type Method Description void
EventDiscovery. addEventBundle(EventBundle eventBundle)
Add the Xml representation of an single 'eventBundle' listing the events that resulted from a change in the server, filtered by the restrictions present in the corresponding subscription.
-