getAllChildren

open override fun getAllChildren(parentId: Long): Iterable<Long>

Returns all children of the given node in the tree of this transaction.

Return

iterable over the child ids

Parameters

parentId

id of the desired node