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 |
Modifier and Type | Method and Description |
---|---|
void |
NodeEntry.refresh(Event childEvent)
The parent entry of a external event gets informed about the modification.
|
void |
NodeEntryImpl.refresh(Event childEvent) |
Modifier and Type | Method and Description |
---|---|
Iterator<Event> |
EventBundle.getEvents()
Returns the events of this bundle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventFilter.accept(Event event,
boolean isLocal)
If an implementation returns
true the event
will be included in the event bundle returned by RepositoryService.getEvents(Subscription, long) . |
Modifier and Type | Class and Description |
---|---|
class |
EventImpl
EventImpl implements a serializable SPI
Event . |
Modifier and Type | Method and Description |
---|---|
Iterator<Event> |
EventBundleImpl.getEvents()
Returns the events of this bundle.
|
Iterator<Event> |
EventBundleImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
EventFilterImpl.accept(Event event,
boolean isLocal)
If an implementation returns
true the event
will be included in the event bundle returned by RepositoryService.getEvents(Subscription, long) . |
Constructor and Description |
---|
EventBundleImpl(Collection<Event> events,
boolean isLocal)
Creates a new event bundle with
events . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.