Uses of Interface
org.apache.jackrabbit.spi.ChildInfo
-
Packages that use ChildInfo Package Description 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 Modifier and Type Method Description void
NodeEntry. setNodeEntries(Iterator<ChildInfo> childInfos)
Creates or updates theChildNodeEntries
of this node.void
NodeEntryImpl. setNodeEntries(Iterator<ChildInfo> childInfos)
-
Uses of ChildInfo in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type ChildInfo Modifier and Type Method Description Iterator<ChildInfo>
ItemStateFactory. getChildNodeInfos(NodeId nodeId)
Returns an Iterator overChildInfo
s for the givenNodeState
.Iterator<ChildInfo>
TransientISFactory. getChildNodeInfos(NodeId nodeId)
Iterator<ChildInfo>
WorkspaceItemStateFactory. 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 Modifier and Type Method Description Iterator<ChildInfo>
NodeInfo. getChildInfos()
Return allChildInfo
s of the node represent by this info, an empty iterator if that node doesn't have any child nodes ornull
if the implementation is not able or for some internal reasons not willing to compute theChildInfo
iterator.Iterator<ChildInfo>
RepositoryService. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
Returns an Iterator ofChildInfo
s 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 Modifier and Type Class Description class
ChildInfoImpl
ChildInfoImpl
implements a serializableChildInfo
.Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type ChildInfo Modifier and Type Method Description Iterator<ChildInfo>
NodeInfoImpl. getChildInfos()
Return allChildInfo
s of the node represent by this info, an empty iterator if that node doesn't have any child nodes ornull
if the implementation is not able or for some internal reasons not willing to compute theChildInfo
iterator.Method parameters in org.apache.jackrabbit.spi.commons with type arguments of type ChildInfo Modifier and Type Method Description void
ItemInfoBuilder.Listener. createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)
Notification that newChildInfo
s have been built. -
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 Modifier and Type Method Description 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 Modifier and Type Method Description Iterator<ChildInfo>
NodeInfoImpl. getChildInfos()
Iterator<ChildInfo>
RepositoryServiceImpl. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
-
Uses of ChildInfo in org.apache.jackrabbit.spi2davex
Classes in org.apache.jackrabbit.spi2davex that implement ChildInfo Modifier and Type Class Description class
ChildInfoImpl
ChildInfoImpl
...Methods in org.apache.jackrabbit.spi2davex that return types with arguments of type ChildInfo Modifier and Type Method Description 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 Modifier and Type Method Description Iterator<ChildInfo>
RepositoryServiceImpl. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
Returns an Iterator ofChildInfo
s present on the Node represented by the given parentId.
-