Uses of Class
org.teamapps.application.server.controlcenter.organization.OrgChartNode
| Package | Description |
|---|---|
| org.teamapps.application.server.controlcenter.organization |
-
Uses of OrgChartNode in org.teamapps.application.server.controlcenter.organization
Methods in org.teamapps.application.server.controlcenter.organization that return OrgChartNode Modifier and Type Method Description OrgChartNodeOrgChartRow. getAssistantNode()OrgChartNodeOrgChartRow. getLeaderNode()OrgChartNodeOrgChartRow. getOrgUnitNode()OrgChartNodeOrgChartRow. getOtherNode()Methods in org.teamapps.application.server.controlcenter.organization that return types with arguments of type OrgChartNode Modifier and Type Method Description java.util.List<OrgChartNode>OrgChartNode. getNodesByType(RoleType... types)java.util.List<OrgChartNode>OrgChartData. getOrgChartNodes()java.util.List<OrgChartNode>OrgChartNode. getSubNodes()Methods in org.teamapps.application.server.controlcenter.organization with parameters of type OrgChartNode Modifier and Type Method Description static java.util.List<OrgChartRow>OrgChartRow. createRows(OrgChartNode orgChartNode)Constructors in org.teamapps.application.server.controlcenter.organization with parameters of type OrgChartNode Constructor Description OrgChartRow(OrgChartNode orgUnitNode, OrgChartNode leaderNode, OrgChartNode assistantNode, OrgChartNode otherNode)