FedoraEvent is defined here, as well some filters and listeners.See: Description
| Interface | Description |
|---|---|
| EventFilter |
Filter JCR events to remove extraneous events
|
| Class | Description |
|---|---|
| DefaultFilter |
EventFilter that passes only events emitted from nodes with a Fedora
JCR type, or properties attached to them, except in the case of a node
removal. |
| FedoraEventImpl |
A very simple abstraction to prevent event-driven machinery downstream from the repository from relying directly
on a JCR interface
Event. |
| SimpleObserver |
Simple JCR EventListener that filters JCR Events through a Fedora EventFilter, maps the results through a mapper,
and puts the resulting stream onto the internal Fedora EventBus as a stream of FedoraEvents.
|
| SuppressByMixinFilter |
Suppresses events emitted by nodes with a provided set of mixins.
|
FedoraEvent is defined here, as well some filters and listeners.Copyright © 2013–2016 DuraSpace, Inc.. All rights reserved.