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

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.
 

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.
 



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