find

suspend fun find(query: String): List<DataRoot<*>>

Searches in areas, zones, sectors and paths for the query. Display name, object id, or web url. Display name may contain query, others must match.

Author

Arnau Mora

Since

20220316


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

Finds a DataClass from its namespace and objectId. May return null if the target is not found.

Author

Arnau Mora

Parameters

namespace

The namespace of the object to find.

objectId

The id of the object to find.