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

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> WorkspaceItemStateFactory.getChildNodeInfos(NodeId nodeId)
           
 Iterator<ChildInfo> TransientISFactory.getChildNodeInfos(NodeId nodeId)
           
 Iterator<ChildInfo> ItemStateFactory.getChildNodeInfos(NodeId nodeId)
          Returns an Iterator over ChildInfos for the given NodeState.
 

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.
 

Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type ChildInfo
 Iterator<ChildInfo> NodeInfoImpl.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.
 

Method parameters in org.apache.jackrabbit.spi.commons with type arguments of type ChildInfo
 void ItemInfoBuilder.Listener.createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)
          Notification that new ChildInfos have been built.
 

Constructor parameters in org.apache.jackrabbit.spi.commons with type arguments of type ChildInfo
NodeInfoImpl(NodeId parentId, Name name, Path path, NodeId id, int index, Name primaryTypeName, Name[] mixinNames, Iterator<PropertyId> references, Iterator<PropertyId> propertyIds, Iterator<ChildInfo> childInfos)
          Deprecated. Use NodeInfoImpl.NodeInfoImpl(Path, NodeId, int, Name, Name[], Iterator, Iterator, Iterator) instead. The parentId is not used any more.
NodeInfoImpl(Path path, NodeId id, int index, Name primaryTypeName, Name[] mixinNames, Iterator<PropertyId> references, Iterator<PropertyId> propertyIds, Iterator<ChildInfo> childInfos)
          Creates a new node info from the given parameters.
 

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)
           
 

Uses of ChildInfo in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return types with arguments of type ChildInfo
 Iterator<ChildInfo> NodeInfoImpl.getChildInfos()
           
 Iterator<ChildInfo> RepositoryServiceImpl.getChildInfos(SessionInfo sessionInfo, NodeId parentId)
           
 

Uses of ChildInfo in org.apache.jackrabbit.spi2davex
 

Methods in org.apache.jackrabbit.spi2davex that return types with arguments of type ChildInfo
 Iterator<ChildInfo> NodeInfoImpl.getChildInfos()
           
 

Uses of ChildInfo in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return types with arguments of type ChildInfo
 Iterator<ChildInfo> RepositoryServiceImpl.getChildInfos(SessionInfo sessionInfo, NodeId parentId)
          Returns an Iterator of ChildInfos present on the Node represented by the given parentId.
 



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