public class EventImpl extends Object implements Event, Serializable
EventImpl implements a serializable SPI
Event.ALL_TYPES, NODE_ADDED, NODE_MOVED, NODE_REMOVED, PERSIST, PROPERTY_ADDED, PROPERTY_CHANGED, PROPERTY_REMOVED| Constructor and Description |
|---|
EventImpl(int type,
Path path,
ItemId itemId,
NodeId parentId,
Name primaryNodeTypeName,
Name[] mixinTypeNames,
String userId)
Deprecated.
|
EventImpl(int type,
Path path,
ItemId itemId,
NodeId parentId,
Name primaryNodeTypeName,
Name[] mixinTypeNames,
String userId,
String userData,
long timestamp,
Map<Name,QValue> info)
Creates a new serializable event.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDate()
Returns the date when the change was persisted that caused this event.
|
Map<Name,QValue> |
getInfo()
Returns the information map associated with this event.
|
ItemId |
getItemId() |
Name[] |
getMixinTypeNames() |
NodeId |
getParentId() |
Path |
getPath() |
Name |
getPrimaryNodeTypeName() |
int |
getType()
Returns the type of this event: a constant defined by this interface.
|
String |
getUserData()
Returns the user data.
|
String |
getUserID()
Returns the user ID connected with this event.
|
String |
toString() |
public EventImpl(int type,
Path path,
ItemId itemId,
NodeId parentId,
Name primaryNodeTypeName,
Name[] mixinTypeNames,
String userId)
public int getType()
public Path getPath()
public ItemId getItemId()
public NodeId getParentId()
getParentId in interface Eventpublic Name getPrimaryNodeTypeName()
getPrimaryNodeTypeName in interface Eventjavax.jcr.observation.ObservationManager#addEventListenerpublic Name[] getMixinTypeNames()
getMixinTypeNames in interface Eventjavax.jcr.observation.ObservationManager#addEventListenerpublic String getUserID()
public Map<Name,QValue> getInfo() throws RepositoryException
public String getUserData()
getUserData in interface Eventjavax.jcr.observation.Event#getUserData()public long getDate()
throws RepositoryException
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"