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

Uses of ChildInfo in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return types with arguments of type ChildInfo
 java.util.Iterator<ChildInfo> NodeInfo.getChildInfos()
          Return the all ChildInfos of the node represent by this info, an empty iterator if that node doesn't have any child nodes or null if the implementation is not able or for some internal reasons not willing to compute the ChildInfo iterator.
 java.util.Iterator<ChildInfo> RepositoryService.getChildInfos(SessionInfo sessionInfo, NodeId parentId)
          Returns an Iterator of ChildInfos present on the Node represented by the given parentId.
 



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