Uses of Class
com.google.refine.commands.row.GetRowsCommand.WrappedRow
Packages that use GetRowsCommand.WrappedRow
-
Uses of GetRowsCommand.WrappedRow in com.google.refine.commands.row
Fields in com.google.refine.commands.row with type parameters of type GetRowsCommand.WrappedRowModifier and TypeFieldDescriptionGetRowsCommand.RowWritingVisitor.resultsprotected final List<GetRowsCommand.WrappedRow>GetRowsCommand.JsonResult.rowsRows in the viewConstructor parameters in com.google.refine.commands.row with type arguments of type GetRowsCommand.WrappedRowModifierConstructorDescriptionprotectedJsonResult(Engine.Mode mode, List<GetRowsCommand.WrappedRow> rows, int filtered, int totalCount, int totalRows, int start, int end, int limit, Pool pool, Integer previousPageEnd, Integer nextPageStart)