getAllScopes static method
Get all scopes in the system recursively This is the core method that must properly traverse child scopes Maintains API compatibility with previous ZenHierarchyManager
Implementation
static List<ZenScope> getAllScopes() {
return getAllTrackedScopes();
}