Uses of Class
org.openrefine.commands.row.GetRowsCommand.WrappedRow
-
Packages that use GetRowsCommand.WrappedRow Package Description org.openrefine.commands.row -
-
Uses of GetRowsCommand.WrappedRow in org.openrefine.commands.row
Fields in org.openrefine.commands.row with type parameters of type GetRowsCommand.WrappedRow Modifier and Type Field Description protected List<GetRowsCommand.WrappedRow>
GetRowsCommand.JsonResult. rows
Rows in the viewMethods in org.openrefine.commands.row that return types with arguments of type GetRowsCommand.WrappedRow Modifier and Type Method Description protected static List<GetRowsCommand.WrappedRow>
GetRowsCommand. recordToWrappedRows(Record record)
Constructor parameters in org.openrefine.commands.row with type arguments of type GetRowsCommand.WrappedRow Constructor Description JsonResult(Engine.Mode mode, long historyEntryId, List<GetRowsCommand.WrappedRow> rows, long start, long end, int limit, Long previousPageId, Long nextPageId, boolean refreshNeeded)
-