Class GetRowsCommand.JsonResult

java.lang.Object
com.google.refine.commands.row.GetRowsCommand.JsonResult
Enclosing class:
GetRowsCommand

protected static class GetRowsCommand.JsonResult extends Object
  • Field Details

    • mode

      protected final Engine.Mode mode
      Mode of the engine (row or record based)
    • rows

      protected final List<GetRowsCommand.WrappedRow> rows
      Rows in the view
    • filtered

      protected final int filtered
      Number of rows selected by the current filter
    • totalCount

      protected final int totalCount
      Total number of rows/records in the unfiltered grid
    • totalRows

      protected final int totalRows
      Total number of rows in the unfiltered grid (needed to provide a link to the last page)
    • start

      protected final Integer start
    • end

      protected final Integer end
    • limit

      protected final int limit
    • pool

      protected final Pool pool
    • previousPageEnd

      protected final Integer previousPageEnd
      The value to use as 'end' when fetching the page before this one. Can be null if there is no such page.
    • nextPageStart

      protected final Integer nextPageStart
      The value to use as 'start' when fetching the page after this one. Can be null if there is no such page.
  • Constructor Details