Class MPMLReportDelegate.RowData

java.lang.Object
com.ptc.windchill.mpml.reports.MPMLReportDelegate.RowData
Enclosing class:
MPMLReportDelegate

public static final class MPMLReportDelegate.RowData extends Object
Inner class to hold the row data information in tree structure. This is needed for performance so that we can first build this tree structure by expanding the structure using performant logic and then just navigate through this structure to write the data Supported API: true
  • Constructor Details

  • Method Details

    • addChildData

      public void addChildData(MPMLReportDelegate.RowData childData)
      Supported API: true
      Parameters:
      childData -
    • addAdditionalData

      public void addAdditionalData(String key, Object value)
      Supported API: true
      Parameters:
      key -
      value -
    • getRowItem

      public Persistable getRowItem()
      Supported API: true
      Returns:
    • getParentData

      public MPMLReportDelegate.RowData getParentData()
      Supported API: true
      Returns:
    • getChildData

      public List<MPMLReportDelegate.RowData> getChildData()
      Supported API: true
      Returns:
    • getAdditionalData

      public Object getAdditionalData(String key)
      Supported API: true
      Parameters:
      key -
      Returns: