public static class JCRObservationManager.EventWrapper extends Object implements javax.jcr.observation.Event
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns
true if this Event is equal to another
object. |
long |
getDate() |
String |
getIdentifier() |
Map |
getInfo() |
List<String> |
getNodeTypes() |
String |
getPath() |
int |
getType() |
String |
getUserData() |
String |
getUserID() |
int |
hashCode() |
boolean |
isApiEvent() |
boolean |
isExternal() |
void |
setNodeTypes(List<String> nodeTypes) |
String |
toString() |
public int getType()
getType in interface javax.jcr.observation.Eventpublic String getPath() throws javax.jcr.RepositoryException
getPath in interface javax.jcr.observation.Eventjavax.jcr.RepositoryExceptionpublic String getUserID()
getUserID in interface javax.jcr.observation.Eventpublic String getIdentifier() throws javax.jcr.RepositoryException
getIdentifier in interface javax.jcr.observation.Eventjavax.jcr.RepositoryExceptionpublic Map getInfo() throws javax.jcr.RepositoryException
getInfo in interface javax.jcr.observation.Eventjavax.jcr.RepositoryExceptionpublic String getUserData() throws javax.jcr.RepositoryException
getUserData in interface javax.jcr.observation.Eventjavax.jcr.RepositoryExceptionpublic long getDate()
throws javax.jcr.RepositoryException
getDate in interface javax.jcr.observation.Eventjavax.jcr.RepositoryExceptionpublic boolean isExternal()
public boolean isApiEvent()
public boolean equals(Object o)
true if this Event is equal to another
object.
Two Event instances are equal if their respective
EventState instances are equal and both Event
instances are intended for the same Session that registerd
the EventListener.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.