getDescendants

abstract fun getDescendants(root: Long, includeSelf: Boolean): Iterable<CLNode>
abstract fun getDescendants(roots: Iterable<Long>, includeSelf: Boolean): Iterable<CLNode>

Deprecated

use ModelQL