Uses of Interface
org.apache.jackrabbit.spi.ItemInfo

Packages that use ItemInfo
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
 

Uses of ItemInfo in org.apache.jackrabbit.spi
 

Subinterfaces of ItemInfo in org.apache.jackrabbit.spi
 interface NodeInfo
          The NodeInfo provides the basic information required to build nodes making up the repository hierarchy.

Note however, that the list of child nodes does not form part of a NodeInfo.

 interface PropertyInfo
          The PropertyInfo provides the basic information to build a Property.
 

Uses of ItemInfo in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement ItemInfo
 class ItemInfoImpl
          ItemInfoImpl is a base class for ItemInfo implementations.
 class NodeInfoImpl
          NodeInfoImpl implements a serializable NodeInfo based on another node info.
 class PropertyInfoImpl
          PropertyInfoImpl implements a serializable PropertyInfo based on another property info.
 



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