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

Packages that use ItemStateCreationListener
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.state   
 

Uses of ItemStateCreationListener in org.apache.jackrabbit.jcr2spi
 

Classes in org.apache.jackrabbit.jcr2spi that implement ItemStateCreationListener
 class ItemManagerImpl
          ItemManagerImpl implements the ItemManager interface.
 

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

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

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

Classes in org.apache.jackrabbit.jcr2spi.state that implement ItemStateCreationListener
 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 with parameters of type ItemStateCreationListener
 void ItemStateFactory.addCreationListener(ItemStateCreationListener listener)
          Adds the given ItemStateCreationListener.
 void AbstractItemStateFactory.addCreationListener(ItemStateCreationListener listener)
           
 void ItemStateFactory.removeCreationListener(ItemStateCreationListener listener)
          Removes the given ItemStateCreationListener.
 void AbstractItemStateFactory.removeCreationListener(ItemStateCreationListener listener)
           
 



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