| Package | Description |
|---|---|
| org.fcrepo.event.serialization | |
| org.fcrepo.jms |
This package provides common JMS capability.
|
| org.fcrepo.kernel.modeshape.observer |
FedoraEvent is defined here, as well some filters and listeners. |
| org.fcrepo.kernel.modeshape.observer.eventmappings |
Mappings from JCR
Events to FedoraEvents |
| Modifier and Type | Method and Description |
|---|---|
String |
JsonLDSerializer.serialize(FedoraEvent evt)
Serialize a FedoraEvent into a JSON String
|
String |
TurtleSerializer.serialize(FedoraEvent evt)
Serialize a FedoraEvent in RDF using Turtle syntax
|
String |
EventSerializer.serialize(FedoraEvent evt)
Serialize a FedoraEvent into a JSON String
|
static org.apache.jena.rdf.model.Model |
EventSerializer.toModel(FedoraEvent evt)
Convert an event to an Rdf Model
|
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
JMSEventMessageFactory.getMessage(FedoraEvent jcrEvent,
javax.jms.Session jmsSession)
Produce a JMS message from a JCR event with the
given session
|
javax.jms.Message |
DefaultMessageFactory.getMessage(FedoraEvent event,
javax.jms.Session jmsSession) |
| Modifier and Type | Class and Description |
|---|---|
class |
FedoraEventImpl
A very simple abstraction to prevent event-driven machinery downstream from the repository from relying directly
on a JCR interface
Event. |
| Modifier and Type | Method and Description |
|---|---|
static FedoraEvent |
FedoraEventImpl.from(javax.jcr.observation.Event event)
Convert a JCR Event to a FedoraEvent
|
| Modifier and Type | Method and Description |
|---|---|
Stream<FedoraEvent> |
OneToOne.apply(Stream<javax.jcr.observation.Event> jcrEvents) |
Stream<FedoraEvent> |
AllNodeEventsOneEvent.apply(Stream<javax.jcr.observation.Event> events) |
Copyright © 2013–2019 DuraSpace, Inc.. All rights reserved.