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

Packages that use ChildInfo
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.state   
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   
 

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

Method parameters in org.apache.jackrabbit.jcr2spi.hierarchy with type arguments of type ChildInfo
 void NodeEntryImpl.setNodeEntries(Iterator<ChildInfo> childInfos)
           
 void NodeEntry.setNodeEntries(Iterator<ChildInfo> childInfos)
          Creates or updates the ChildNodeEntries of this node.
 

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

Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type ChildInfo
 Iterator<ChildInfo> ItemStateFactory.getChildNodeInfos(NodeId nodeId)
          Returns an Iterator over ChildInfos for the given NodeState.
 Iterator<ChildInfo> WorkspaceItemStateFactory.getChildNodeInfos(NodeId nodeId)
           
 Iterator<ChildInfo> TransientISFactory.getChildNodeInfos(NodeId nodeId)
           
 

Uses of ChildInfo in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return types with arguments of type ChildInfo
 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.
 Iterator<ChildInfo> RepositoryService.getChildInfos(SessionInfo sessionInfo, NodeId parentId)
          Returns an Iterator of ChildInfos present on the Node represented by the given parentId.
 

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

Classes in org.apache.jackrabbit.spi.commons that implement ChildInfo
 class ChildInfoImpl
          ChildInfoImpl implements a serializable ChildInfo.
 

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

Methods in org.apache.jackrabbit.spi.commons.logging that return types with arguments of type ChildInfo
 Iterator<ChildInfo> RepositoryServiceLogger.getChildInfos(SessionInfo sessionInfo, NodeId parentId)
           
 



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