ServiceDescriptions serviceDescriptions = new ServiceDescriptions(getRegistry());
children.add(serviceDescriptions);
ApplicationDeploymentDescriptions applicationDeploymentDescriptions = new ApplicationDeploymentDescriptions(
getRegistry());
children.add(applicationDeploymentDescriptions);
XBayaWorkflowTemplates xBayaWorkflows = new XBayaWorkflowTemplates(getRegistry());
children.add(xBayaWorkflows);
XBayaWorkflowExperiments xBayaWorkflowExperiments = new XBayaWorkflowExperiments(getRegistry());
children.add(xBayaWorkflowExperiments);
return getTreeNodeList(children.toArray(), this);
}