suspend fun getNodesToDelete(node: IMSProject): Collection<Node>

Gets all nodes to delete when this IMSProject is deleted, including the IMSProject itself.

Return

all nodes to delete when this IMSProject is deleted, including the IMSProject itself

Parameters

node

the IMSProject to delete