Uses of Class
org.gcube.portlets.user.accountingdashboard.shared.is.InfraNode
-
Packages that use InfraNode Package Description org.gcube.portlets.user.accountingdashboard.server.is org.gcube.portlets.user.accountingdashboard.shared.is -
-
Uses of InfraNode in org.gcube.portlets.user.accountingdashboard.server.is
Methods in org.gcube.portlets.user.accountingdashboard.server.is that return InfraNode Modifier and Type Method Description static InfraNodeBuildInfraNode. build(String scope) -
Uses of InfraNode in org.gcube.portlets.user.accountingdashboard.shared.is
Methods in org.gcube.portlets.user.accountingdashboard.shared.is that return types with arguments of type InfraNode Modifier and Type Method Description ArrayList<InfraNode>InfraNode. getChildren()Method parameters in org.gcube.portlets.user.accountingdashboard.shared.is with type arguments of type InfraNode Modifier and Type Method Description voidInfraNode. setChildren(ArrayList<InfraNode> children)Constructor parameters in org.gcube.portlets.user.accountingdashboard.shared.is with type arguments of type InfraNode Constructor Description InfraNode(String scope, String name, String description, ArrayList<InfraNode> children)
-