Uses of Class
org.apache.jackrabbit.core.observation.EventStateCollection
-
Packages that use EventStateCollection Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.observation org.apache.jackrabbit.core.state org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. -
-
Uses of EventStateCollection in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return EventStateCollection Modifier and Type Method Description EventStateCollection
WorkspaceImpl. createEventStateCollection()
Creates anEventStateCollection
. -
Uses of EventStateCollection in org.apache.jackrabbit.core.observation
Methods in org.apache.jackrabbit.core.observation that return EventStateCollection Modifier and Type Method Description EventStateCollection
DelegatingObservationDispatcher. createEventStateCollection(SessionImpl session, Path pathPrefix)
Creates anEventStateCollection
tied to the session given as argument.EventStateCollection
EventStateCollectionFactory. createEventStateCollection()
Creates anEventStateCollection
.EventStateCollection
ObservationManagerImpl. createEventStateCollection()
Creates anEventStateCollection
. -
Uses of EventStateCollection in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state with parameters of type EventStateCollection Modifier and Type Method Description void
SharedItemStateManager. externalUpdate(ChangeLog external, EventStateCollection events)
Handle an external update. -
Uses of EventStateCollection in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return EventStateCollection Modifier and Type Method Description EventStateCollection
InternalVersionManagerImpl.DynamicESCFactory. createEventStateCollection()
Creates anEventStateCollection
.EventStateCollection
InternalVersionManagerImpl.DynamicESCFactory. createEventStateCollection(SessionImpl source)
EventStateCollection
InternalXAVersionManager. createEventStateCollection()
Creates anEventStateCollection
.
-