getChildren

suspend fun getChildren(namespace: Namespace, objectId: String): List<DataRoot<out DataClassImpl>>?

Gets the children elements of the element in namespace with id objectId.

Author

Arnau Mora

Since

20220316

Return

The list of the found elements, or null if namespace does not have children.

Parameters

namespace

The namespace of the object to get the children from.

objectId

The id of the object to fetch the children from.