getAllChildren

abstract fun getAllChildren(parentId: Long): Iterable<Long>

Returns all children of the given node in this tree.

Return

iterable over the child ids

Parameters

parentId

id of the desired node