public class SerializableEventBundle extends Object implements Serializable
EventBundle
that is used for JMS forwarding.Modifier and Type | Class and Description |
---|---|
static class |
SerializableEventBundle.CannotReconstruct |
class |
SerializableEventBundle.EventBundleRelayedViaJMS |
Modifier and Type | Field and Description |
---|---|
protected String |
coreInstanceName |
protected String |
eventBundleName |
protected boolean |
isDocumentEventContext |
protected List<Map<String,Serializable>> |
serialisableEvents |
protected VMID |
sourceVMID |
Constructor and Description |
---|
SerializableEventBundle(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Serializable> |
filterContextProperties(Map<String,Serializable> properties) |
String |
getCoreInstanceName() |
String |
getEventBundleName() |
VMID |
getSourceVMID() |
EventBundle |
reconstructEventBundle(CoreSession session) |
protected final List<Map<String,Serializable>> serialisableEvents
protected final String eventBundleName
protected final VMID sourceVMID
protected boolean isDocumentEventContext
protected String coreInstanceName
public SerializableEventBundle(EventBundle events)
protected Map<String,Serializable> filterContextProperties(Map<String,Serializable> properties)
public VMID getSourceVMID()
public String getEventBundleName()
public String getCoreInstanceName()
public EventBundle reconstructEventBundle(CoreSession session) throws SerializableEventBundle.CannotReconstruct
Copyright © 2018 Nuxeo. All rights reserved.