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 aRunnerwhich 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 SortingConfigCommand. 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 voidCustomizableTabularExporterUtilities. 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 GridGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)Returns a new grid where records have been reordered according to the configuration supplied.GridGrid. 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 SortingConfigRowReorderOperation. _sortingMethods in org.openrefine.operations.row that return SortingConfig Modifier and Type Method Description SortingConfigRowReorderOperation. 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 GridLocalGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)GridLocalGrid. 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 GridLoggedGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)GridLoggedGrid. 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 SortingConfigRunnerTestBase. sortingConfigMethods in org.openrefine.runners.testing with parameters of type SortingConfig Modifier and Type Method Description GridTestingGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)GridTestingGrid. 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 SortingConfigSortingConfig. NO_SORTINGMethods in org.openrefine.sorting that return SortingConfig Modifier and Type Method Description static SortingConfigSortingConfig. 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)
-