java.lang.Object
org.teamapps.application.server.controlcenter.organization.OrgChartData

public class OrgChartData
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    OrgChartData​(OrganizationField organizationField, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<OrgChartNode> getOrgChartNodes()  
    java.util.List<OrgChartRow> getOrgChartRows()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrgChartData

      public OrgChartData​(OrganizationField organizationField, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData)
  • Method Details

    • getOrgChartNodes

      public java.util.List<OrgChartNode> getOrgChartNodes()
    • getOrgChartRows

      public java.util.List<OrgChartRow> getOrgChartRows()