public class FedoraEvent extends Object implements javax.jcr.observation.Event
| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_TYPE_KEY |
| Constructor and Description |
|---|
FedoraEvent(javax.jcr.observation.Event e)
Wrap a JCR Event with our FedoraEvent decorators
|
FedoraEvent(javax.jcr.observation.Event e,
String wrappedNodeType)
Wrap a JCR Event with our FedoraEvent decorators
and include the type given in the info map
|
public static final String NODE_TYPE_KEY
public FedoraEvent(javax.jcr.observation.Event e)
e - public FedoraEvent(javax.jcr.observation.Event e,
String wrappedNodeType)
e - wrappedNodeType - type of node for the eventpublic 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.RepositoryExceptionCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.