Class RemoteReportTreeAccessor

    • Constructor Detail

      • RemoteReportTreeAccessor

        public RemoteReportTreeAccessor()
    • Method Detail

      • getChildren

        public java.util.Iterator<ReportNode> getChildren​(java.lang.String parentID)
        Description copied from interface: ReportTreeAccessor
        Returns the list of children of the ReportNode
        Specified by:
        getChildren in interface ReportTreeAccessor
        Parameters:
        parentID - the ID of the parent ReportNode
        Returns:
        an Iterator of the list of children
      • get

        public ReportNode get​(java.lang.String id)
        Description copied from interface: ReportTreeAccessor
        Get a ReportNode by ID
        Specified by:
        get in interface ReportTreeAccessor
        Parameters:
        id - the id of the ReportNode
        Returns:
        the report node or null if no ReportNode exists with this id