Interface QueryFilterAction

    • Method Detail

      • getRowRestriction

        Restriction getRowRestriction​(int rowNo)
        Generate a restriction for the given filter row. This method is mainly intended for multi-column filtering that can be combined into a single restriction that is more efficient than multiple per-column restrictions. For example, two column restrictions that return a list of ID:s can be combined into a single row-restriction with only the overlapping ID:s from the two lists.
      • getQueryRestriction

        Restriction getQueryRestriction()
        Generate a restriction for the entire query after all column and row filters has been processed.