|
||||||||||
| 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,
org.apache.jackrabbit.spi.Path path,
org.apache.jackrabbit.spi.ItemId itemId,
org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name primaryNodeTypeName,
org.apache.jackrabbit.spi.Name[] mixinTypeNames,
String userId)
Deprecated. |
|
EventImpl(int type,
org.apache.jackrabbit.spi.Path path,
org.apache.jackrabbit.spi.ItemId itemId,
org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name primaryNodeTypeName,
org.apache.jackrabbit.spi.Name[] mixinTypeNames,
String userId,
String userData,
long timestamp,
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QValue> info)
Creates a new serializable event. |
|
| Method Summary | |
|---|---|
long |
getDate()
|
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QValue> |
getInfo()
|
org.apache.jackrabbit.spi.ItemId |
getItemId()
|
org.apache.jackrabbit.spi.Name[] |
getMixinTypeNames()
|
org.apache.jackrabbit.spi.NodeId |
getParentId()
|
org.apache.jackrabbit.spi.Path |
getPath()
|
org.apache.jackrabbit.spi.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,
org.apache.jackrabbit.spi.Path path,
org.apache.jackrabbit.spi.ItemId itemId,
org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name primaryNodeTypeName,
org.apache.jackrabbit.spi.Name[] mixinTypeNames,
String userId)
public EventImpl(int type,
org.apache.jackrabbit.spi.Path path,
org.apache.jackrabbit.spi.ItemId itemId,
org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name primaryNodeTypeName,
org.apache.jackrabbit.spi.Name[] mixinTypeNames,
String userId,
String userData,
long timestamp,
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QValue> info)
| Method Detail |
|---|
public int getType()
getType in interface org.apache.jackrabbit.spi.Eventpublic org.apache.jackrabbit.spi.Path getPath()
getPath in interface org.apache.jackrabbit.spi.Eventpublic org.apache.jackrabbit.spi.ItemId getItemId()
getItemId in interface org.apache.jackrabbit.spi.Eventpublic org.apache.jackrabbit.spi.NodeId getParentId()
getParentId in interface org.apache.jackrabbit.spi.Eventpublic org.apache.jackrabbit.spi.Name getPrimaryNodeTypeName()
getPrimaryNodeTypeName in interface org.apache.jackrabbit.spi.Eventpublic org.apache.jackrabbit.spi.Name[] getMixinTypeNames()
getMixinTypeNames in interface org.apache.jackrabbit.spi.Eventpublic String getUserID()
getUserID in interface org.apache.jackrabbit.spi.Event
public Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QValue> getInfo()
throws RepositoryException
getInfo in interface org.apache.jackrabbit.spi.EventRepositoryExceptionpublic String getUserData()
getUserData in interface org.apache.jackrabbit.spi.Event
public long getDate()
throws RepositoryException
getDate in interface org.apache.jackrabbit.spi.EventRepositoryExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||