Uses of Class
org.openrefine.sorting.SortingConfig
-
Packages that use SortingConfig Package Description org.openrefine.browsing org.openrefine.commands org.openrefine.exporters org.openrefine.model org.openrefine.operations.row org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing org.openrefine.sorting -
-
Uses of SortingConfig in org.openrefine.browsing
Methods in org.openrefine.browsing with parameters of type SortingConfig Modifier and Type Method Description CloseableIterator<Record>
Engine. getMatchingRecords(SortingConfig sortingConfig)
Iterates over the records matched by the given filters.CloseableIterator<IndexedRow>
Engine. getMatchingRows(SortingConfig sortingConfig)
Iterates over the rows matched by the given filters. -
Uses of SortingConfig in org.openrefine.commands
Methods in org.openrefine.commands that return SortingConfig Modifier and Type Method Description protected SortingConfig
Command. getSortingConfig(javax.servlet.http.HttpServletRequest request)
-
Uses of SortingConfig in org.openrefine.exporters
Methods in org.openrefine.exporters with parameters of type SortingConfig Modifier and Type Method Description static void
CustomizableTabularExporterUtilities. exportRows(Grid grid, Engine engine, Properties params, TabularSerializer serializer, SortingConfig sortingConfig)
-
Uses of SortingConfig in org.openrefine.model
Methods in org.openrefine.model with parameters of type SortingConfig Modifier and Type Method Description Grid
Grid. reorderRecords(SortingConfig sortingConfig, boolean permanent)
Returns a new grid where records have been reordered according to the configuration supplied.Grid
Grid. reorderRows(SortingConfig sortingConfig, boolean permanent)
Returns a new grid where rows have been reordered according to the configuration supplied. -
Uses of SortingConfig in org.openrefine.operations.row
Fields in org.openrefine.operations.row declared as SortingConfig Modifier and Type Field Description protected SortingConfig
RowReorderOperation. _sorting
Methods in org.openrefine.operations.row that return SortingConfig Modifier and Type Method Description SortingConfig
RowReorderOperation. getSortingConfig()
Constructors in org.openrefine.operations.row with parameters of type SortingConfig Constructor Description RowReorderOperation(Engine.Mode mode, SortingConfig sorting)
-
Uses of SortingConfig in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type SortingConfig Modifier and Type Method Description Grid
LocalGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)
Grid
LocalGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)
-
Uses of SortingConfig in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type SortingConfig Modifier and Type Method Description Grid
LoggedGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)
Grid
LoggedGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)
-
Uses of SortingConfig in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as SortingConfig Modifier and Type Field Description protected SortingConfig
RunnerTestBase. sortingConfig
Methods in org.openrefine.runners.testing with parameters of type SortingConfig Modifier and Type Method Description Grid
TestingGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)
Grid
TestingGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)
-
Uses of SortingConfig in org.openrefine.sorting
Fields in org.openrefine.sorting declared as SortingConfig Modifier and Type Field Description static SortingConfig
SortingConfig. NO_SORTING
Methods in org.openrefine.sorting that return SortingConfig Modifier and Type Method Description static SortingConfig
SortingConfig. reconstruct(String obj)
Constructors in org.openrefine.sorting with parameters of type SortingConfig Constructor Description BaseSorter(Grid state, SortingConfig config)
RecordSorter(Grid state, SortingConfig config)
RowSorter(Grid state, SortingConfig config)
-