Class ReportNodeTable

    • Constructor Detail

      • ReportNodeTable

        public ReportNodeTable​(GlobalContext context,
                               step.core.collections.Collection<ReportNode> collection)
    • Method Detail

      • getQueryFragmentForColumnSearch

        public step.core.collections.Filter getQueryFragmentForColumnSearch​(java.lang.String columnName,
                                                                            java.lang.String searchValue)
        Specified by:
        getQueryFragmentForColumnSearch in interface Table<ReportNode>
        Overrides:
        getQueryFragmentForColumnSearch in class AbstractTable<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 step.core.collections.Filter getReportNodeStatusFilterOrNull​(java.lang.String searchValue)