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   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2davex   
org.apache.jackrabbit.spi2jcr   
 

Uses of ItemInfo in org.apache.jackrabbit.spi
 

Classes in org.apache.jackrabbit.spi with type parameters of type ItemInfo
static class ItemInfoCache.Entry<T extends ItemInfo>
          This class represents a cache entry.
 

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.
 interface PropertyInfo
          The PropertyInfo provides the basic information to build a Property.
 

Fields in org.apache.jackrabbit.spi declared as ItemInfo
 T ItemInfoCache.Entry.info
          The ItemInfo
 

Methods in org.apache.jackrabbit.spi that return types with arguments of type ItemInfo
 Iterator<? extends ItemInfo> RepositoryService.getItemInfos(SessionInfo sessionInfo, NodeId nodeId)
          Method used to 'batch-read' from the persistent storage.
 

Methods in org.apache.jackrabbit.spi with parameters of type ItemInfo
 void ItemInfoCache.put(ItemInfo info, long generation)
          Create a ItemInfoCache.Entry for info and generation and put it into the cache.
 

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.
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type ItemInfo
 void ItemInfoCacheImpl.put(ItemInfo info, long generation)
          This implementation cached the item by its id and if the id is uuid based but has no path, also by its path.
 

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

Methods in org.apache.jackrabbit.spi.commons.logging that return types with arguments of type ItemInfo
 Iterator<? extends ItemInfo> RepositoryServiceLogger.getItemInfos(SessionInfo sessionInfo, NodeId nodeId)
           
 

Uses of ItemInfo in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return types with arguments of type ItemInfo
 Iterator<? extends ItemInfo> RepositoryServiceImpl.getItemInfos(SessionInfo sessionInfo, NodeId nodeId)
           
 

Uses of ItemInfo in org.apache.jackrabbit.spi2davex
 

Methods in org.apache.jackrabbit.spi2davex that return types with arguments of type ItemInfo
 Iterator<? extends ItemInfo> RepositoryServiceImpl.getItemInfos(SessionInfo sessionInfo, NodeId nodeId)
           
 

Uses of ItemInfo in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return types with arguments of type ItemInfo
 Iterator<? extends ItemInfo> RepositoryServiceImpl.getItemInfos(SessionInfo sessionInfo, NodeId nodeId)
          Method used to 'batch-read' from the persistent storage.
 



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