|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.EventImpl
public class EventImpl
EventImpl implements a serializable SPI
Event.
| Field Summary |
|---|
| Fields inherited from interface org.apache.jackrabbit.spi.Event |
|---|
ALL_TYPES, NODE_ADDED, NODE_MOVED, NODE_REMOVED, PERSIST, PROPERTY_ADDED, PROPERTY_CHANGED, PROPERTY_REMOVED |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
long |
getDate()
|
Map<Name,QValue> |
getInfo()
|
ItemId |
getItemId()
|
Name[] |
getMixinTypeNames()
|
NodeId |
getParentId()
|
Path |
getPath()
|
Name |
getPrimaryNodeTypeName()
|
int |
getType()
|
String |
getUserData()
|
String |
getUserID()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventImpl(int type,
Path path,
ItemId itemId,
NodeId parentId,
Name primaryNodeTypeName,
Name[] mixinTypeNames,
String userId)
public EventImpl(int type,
Path path,
ItemId itemId,
NodeId parentId,
Name primaryNodeTypeName,
Name[] mixinTypeNames,
String userId,
String userData,
long timestamp,
Map<Name,QValue> info)
| Method Detail |
|---|
public int getType()
getType in interface Eventpublic Path getPath()
getPath in interface Eventpublic ItemId getItemId()
getItemId in interface Eventpublic NodeId getParentId()
getParentId in interface Eventpublic Name getPrimaryNodeTypeName()
getPrimaryNodeTypeName in interface Eventpublic Name[] getMixinTypeNames()
getMixinTypeNames in interface Eventpublic String getUserID()
getUserID in interface Event
public Map<Name,QValue> getInfo()
throws RepositoryException
getInfo in interface EventRepositoryExceptionpublic String getUserData()
getUserData in interface Event
public long getDate()
throws RepositoryException
getDate in interface EventRepositoryExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||