Uses of Class
org.apache.jackrabbit.core.observation.EventState

Packages that use EventState
org.apache.jackrabbit.core.observation   
 

Uses of EventState in org.apache.jackrabbit.core.observation
 

Methods in org.apache.jackrabbit.core.observation that return EventState
static EventState EventState.childNodeAdded(String parentUUID, Path parentPath, String childUUID, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.NODE_ADDED.
static EventState EventState.childNodeRemoved(String parentUUID, Path parentPath, String childUUID, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.NODE_REMOVED.
static EventState EventState.propertyAdded(String parentUUID, Path parentPath, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.PROPERTY_ADDED.
static EventState EventState.propertyRemoved(String parentUUID, Path parentPath, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.PROPERTY_REMOVED.
static EventState EventState.propertyChanged(String parentUUID, Path parentPath, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.PROPERTY_CHANGED.
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.