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

Packages that use EventState
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.observation   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of EventState in org.apache.jackrabbit.core
 

Method parameters in org.apache.jackrabbit.core with type arguments of type EventState
 void RepositoryImpl.WorkspaceInfo.externalUpdate(ChangeLog external, List<EventState> events, long timestamp, String userData)
          Handle an external update.
 

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

Methods in org.apache.jackrabbit.core.cluster that return types with arguments of type EventState
 List<EventState> Update.getEvents()
          Return the collection of events this update operation will generate.
 List<EventState> ChangeLogRecord.getEvents()
          Return the events.
 

Method parameters in org.apache.jackrabbit.core.cluster with type arguments of type EventState
 void UpdateEventListener.externalUpdate(ChangeLog changes, List<EventState> events, long timestamp, String userData)
          Handle an external update.
 

Constructor parameters in org.apache.jackrabbit.core.cluster with type arguments of type EventState
ChangeLogRecord(ChangeLog changes, List<EventState> events, Record record, String workspace, long timestamp, String userData)
          Create a new instance of this class.
 

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

Methods in org.apache.jackrabbit.core.observation that return EventState
static EventState EventState.childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)
          Creates a new Event of type Event.NODE_ADDED.
static EventState EventState.childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type Event.NODE_ADDED.
static EventState EventState.childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)
          Creates a new Event of type Event.NODE_REMOVED.
static EventState EventState.childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type Event.NODE_REMOVED.
static EventState EventState.nodeMoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type NODE_MOVED.
static EventState EventState.nodeMovedWithInfo(NodeId parentId, Path destPath, NodeId childId, Path srcPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type NODE_MOVED.
static EventState EventState.nodeReordered(NodeId parentId, Path parentPath, NodeId childId, Path destChildPath, Path srcChildPath, Path beforeChildPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type NODE_MOVED.
static EventState EventState.propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)
          Creates a new Event of type Event.PROPERTY_ADDED.
static EventState EventState.propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type Event.PROPERTY_ADDED.
static EventState EventState.propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)
          Creates a new Event of type Event.PROPERTY_CHANGED.
static EventState EventState.propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type Event.PROPERTY_CHANGED.
static EventState EventState.propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)
          Creates a new Event of type Event.PROPERTY_REMOVED.
static EventState EventState.propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)
          Creates a new Event of type Event.PROPERTY_REMOVED.
 

Methods in org.apache.jackrabbit.core.observation that return types with arguments of type EventState
 List<EventState> EventStateCollection.getEvents()
          Return the list of events.
 

Method parameters in org.apache.jackrabbit.core.observation with type arguments of type EventState
 void EventStateCollection.addAll(Collection<EventState> c)
          Adds all event states in the given collection to this collection
 

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

Method parameters in org.apache.jackrabbit.core.version with type arguments of type EventState
 void InternalVersionManagerImpl.externalUpdate(ChangeLog changes, List<EventState> events, long timestamp, String userData)
          Handle an external update.
 



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