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 voidNodeEntry. setNodeEntries(Iterator<ChildInfo> childInfos)Creates or updates theChildNodeEntriesof this node.voidNodeEntryImpl. 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 overChildInfos 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 allChildInfos of the node represent by this info, an empty iterator if that node doesn't have any child nodes ornullif the implementation is not able or for some internal reasons not willing to compute theChildInfoiterator.Iterator<ChildInfo>RepositoryService. getChildInfos(SessionInfo sessionInfo, NodeId parentId)Returns an Iterator ofChildInfos 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 classChildInfoImplChildInfoImplimplements 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 allChildInfos of the node represent by this info, an empty iterator if that node doesn't have any child nodes ornullif the implementation is not able or for some internal reasons not willing to compute theChildInfoiterator.Method parameters in org.apache.jackrabbit.spi.commons with type arguments of type ChildInfo Modifier and Type Method Description voidItemInfoBuilder.Listener. createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)Notification that newChildInfos 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 classChildInfoImplChildInfoImpl...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 ofChildInfos present on the Node represented by the given parentId.
-