| Modifier and Type | Method and Description |
|---|---|
Iterator<ChildInfo> |
NodeInfo.getChildInfos()
Return 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. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.