Uses of Interface
org.apache.jackrabbit.spi.EventBundle
-
Packages that use EventBundle Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.observation org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2jcr -
-
Uses of EventBundle in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return EventBundle Modifier and Type Method Description EventBundleWorkspaceManager. getEvents(EventFilter filter, long after)Returns the events from the journal that occurred after a given date. -
Uses of EventBundle in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type EventBundle Modifier and Type Method Description voidHierarchyEventListener. onEvent(EventBundle eventBundle)Processeseventsand invalidates cachedItemStates accordingly. -
Uses of EventBundle in org.apache.jackrabbit.jcr2spi.observation
Methods in org.apache.jackrabbit.jcr2spi.observation with parameters of type EventBundle Modifier and Type Method Description voidInternalEventListener. onEvent(EventBundle eventBundle)Gets called when an event occurs.voidObservationManagerImpl. onEvent(EventBundle eventBundle) -
Uses of EventBundle in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return EventBundle Modifier and Type Method Description EventBundleRepositoryService. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)Returns events from theEventJournalafter a given point in time.EventBundle[]RepositoryService. getEvents(Subscription subscription, long timeout)Retrieves the events that occurred since the last call to this method for the passed subscription. -
Uses of EventBundle in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement EventBundle Modifier and Type Class Description classEventBundleImplEventBundleImplimplements a serializableEventBundle.Methods in org.apache.jackrabbit.spi.commons that return EventBundle Modifier and Type Method Description EventBundleAbstractRepositoryService. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)EventBundle[]AbstractRepositoryService. getEvents(Subscription subscription, long timeout) -
Uses of EventBundle in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return EventBundle Modifier and Type Method Description EventBundleRepositoryServiceLogger. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)EventBundle[]RepositoryServiceLogger. getEvents(Subscription subscription, long timeout) -
Uses of EventBundle in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return EventBundle Modifier and Type Method Description EventBundleRepositoryServiceImpl. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)EventBundle[]RepositoryServiceImpl. getEvents(Subscription subscription, long timeout) -
Uses of EventBundle in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return EventBundle Modifier and Type Method Description EventBundleRepositoryServiceImpl. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)Returns events from theEventJournalafter a given point in time.EventBundle[]RepositoryServiceImpl. getEvents(Subscription subscription, long timeout)Retrieves the events that occurred since the last call to this method for the passed subscription.
-