Uses of Interface
org.apache.jackrabbit.jcr2spi.state.ItemStateLifeCycleListener

Packages that use ItemStateLifeCycleListener
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.jcr2spi.version   
 

Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi
 

Classes in org.apache.jackrabbit.jcr2spi that implement ItemStateLifeCycleListener
 class ItemImpl
          ItemImpl...
 class ItemManagerImpl
          ItemManagerImpl implements the ItemManager interface.
 class NodeImpl
          NodeImpl...
 class PropertyImpl
          PropertyImpl...
 

Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.hierarchy
 

Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement ItemStateLifeCycleListener
 class UniqueIdResolver
          UniqueIdResolver allows to retrieve NodeEntry instances that are identified by a uniqueID.
 

Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.state
 

Subinterfaces of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.state
 interface ItemStateCreationListener
          ItemStateCreationListener...
 

Classes in org.apache.jackrabbit.jcr2spi.state that implement ItemStateLifeCycleListener
 class TransientISFactory
          TransientISFactory...
 class TransientItemStateManager
          TransientItemStateManager adds support for transient changes on ItemStates and also provides methods to create new item states.
 

Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type ItemStateLifeCycleListener
 Iterator<ItemStateLifeCycleListener> ItemState.getListeners()
          Unmodifiable iterator over the listeners present on this item state.
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type ItemStateLifeCycleListener
 void ItemState.addListener(ItemStateLifeCycleListener listener)
          Add an ItemStateLifeCycleListener
 void ItemState.removeListener(ItemStateLifeCycleListener listener)
          Remove an ItemStateLifeCycleListener
 

Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.version
 

Classes in org.apache.jackrabbit.jcr2spi.version that implement ItemStateLifeCycleListener
 class VersionHistoryImpl
          VersionHistoryImpl...
 class VersionImpl
          VersionImpl...
 



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