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 EventBundle
WorkspaceManager. 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 void
HierarchyEventListener. onEvent(EventBundle eventBundle)
Processesevents
and invalidates cachedItemState
s 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 void
InternalEventListener. onEvent(EventBundle eventBundle)
Gets called when an event occurs.void
ObservationManagerImpl. 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 EventBundle
RepositoryService. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
Returns events from theEventJournal
after 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 class
EventBundleImpl
EventBundleImpl
implements a serializableEventBundle
.Methods in org.apache.jackrabbit.spi.commons that return EventBundle Modifier and Type Method Description EventBundle
AbstractRepositoryService. 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 EventBundle
RepositoryServiceLogger. 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 EventBundle
RepositoryServiceImpl. 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 EventBundle
RepositoryServiceImpl. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
Returns events from theEventJournal
after 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.
-