Uses of Class
org.openrefine.browsing.Engine.Mode
-
Packages that use Engine.Mode Package Description org.openrefine.browsing org.openrefine.commands.row org.openrefine.operations.row -
-
Uses of Engine.Mode in org.openrefine.browsing
Fields in org.openrefine.browsing declared as Engine.Mode Modifier and Type Field Description protected Engine.ModeEngineConfig. _modeMethods in org.openrefine.browsing that return Engine.Mode Modifier and Type Method Description Engine.ModeEngine. getMode()Engine.ModeEngineConfig. getMode()static Engine.ModeEngine. stringToMode(String s)static Engine.ModeEngine.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Engine.Mode[]Engine.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openrefine.browsing with parameters of type Engine.Mode Modifier and Type Method Description static StringEngine. modeToString(Engine.Mode mode)Constructors in org.openrefine.browsing with parameters of type Engine.Mode Constructor Description EngineConfig(List<FacetConfig> facets, Engine.Mode mode)Creates a new EngineConfig from a list of facet configurations and an engine mode.EngineConfig(List<FacetConfig> facets, Engine.Mode mode, Long aggregationLimit)Creates a new EngineConfig from a list of facet configurations, an engine mode and an aggregation limit. -
Uses of Engine.Mode in org.openrefine.commands.row
Fields in org.openrefine.commands.row declared as Engine.Mode Modifier and Type Field Description protected Engine.ModeGetRowsCommand.JsonResult. modeMode of the engine (row or record based)Constructors in org.openrefine.commands.row with parameters of type Engine.Mode Constructor Description JsonResult(Engine.Mode mode, long historyEntryId, List<GetRowsCommand.WrappedRow> rows, long start, long end, int limit, Long previousPageId, Long nextPageId, boolean refreshNeeded) -
Uses of Engine.Mode in org.openrefine.operations.row
Fields in org.openrefine.operations.row declared as Engine.Mode Modifier and Type Field Description protected Engine.ModeRowReorderOperation. _modeMethods in org.openrefine.operations.row that return Engine.Mode Modifier and Type Method Description Engine.ModeRowReorderOperation. getMode()Constructors in org.openrefine.operations.row with parameters of type Engine.Mode Constructor Description RowReorderOperation(Engine.Mode mode, SortingConfig sorting)
-