Interface ReportTreeAccessor

    • Method Detail

      • get

        ReportNode get​(java.lang.String id)
        Get a ReportNode by ID
        Parameters:
        id - the id of the ReportNode
        Returns:
        the report node or null if no ReportNode exists with this id
      • getChildren

        java.util.Iterator<ReportNode> getChildren​(java.lang.String parentID)
        Returns the list of children of the ReportNode
        Parameters:
        parentID - the ID of the parent ReportNode
        Returns:
        an Iterator of the list of children