Uses of Interface
org.apache.jackrabbit.spi.Event
-
Packages that use Event Package Description org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi2dav -
-
Uses of Event in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type Event Modifier and Type Method Description void
NodeEntry. refresh(Event childEvent)
The parent entry of a external event gets informed about the modification.void
NodeEntryImpl. refresh(Event childEvent)
-
Uses of Event in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return types with arguments of type Event Modifier and Type Method Description Iterator<Event>
EventBundle. getEvents()
Returns the events of this bundle.Methods in org.apache.jackrabbit.spi with parameters of type Event Modifier and Type Method Description boolean
EventFilter. accept(Event event, boolean isLocal)
If an implementation returnstrue
theevent
will be included in the event bundle returned byRepositoryService.getEvents(Subscription, long)
. -
Uses of Event in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement Event Modifier and Type Class Description class
EventImpl
EventImpl
implements a serializable SPIEvent
.Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type Event Modifier and Type Method Description Iterator<Event>
EventBundleImpl. getEvents()
Returns the events of this bundle.Iterator<Event>
EventBundleImpl. iterator()
Methods in org.apache.jackrabbit.spi.commons with parameters of type Event Modifier and Type Method Description boolean
EventFilterImpl. accept(Event event, boolean isLocal)
If an implementation returnstrue
theevent
will be included in the event bundle returned byRepositoryService.getEvents(Subscription, long)
.Constructor parameters in org.apache.jackrabbit.spi.commons with type arguments of type Event Constructor Description EventBundleImpl(Collection<Event> events, boolean isLocal)
Creates a new event bundle withevents
. -
Uses of Event in org.apache.jackrabbit.spi2dav
Classes in org.apache.jackrabbit.spi2dav that implement Event Modifier and Type Class Description class
EventImpl
EventImpl
...
-