Class ReportNodeCollection

    • Constructor Detail

      • ReportNodeCollection

        public ReportNodeCollection​(GlobalContext context)
    • Method Detail

      • getQueryFragmentForColumnSearch

        public org.bson.conversions.Bson getQueryFragmentForColumnSearch​(String columnName,
                                                                         String searchValue)
        Overrides:
        getQueryFragmentForColumnSearch in class Collection<ReportNode>
        Parameters:
        columnName - the name of the column on which the search is applied
        searchValue - the value entered by the end user
        Returns:
        a list of query fragments to be appended to the queries when performing a column search
      • getReportNodeStatusFilterOrNull

        protected org.bson.conversions.Bson getReportNodeStatusFilterOrNull​(String searchValue)