Uses of Class
org.openrefine.browsing.Engine
-
-
Uses of Engine in org.openrefine.clustering
Methods in org.openrefine.clustering with parameters of type Engine Modifier and Type Method Description abstract voidClusterer. computeClusters(Engine engine) -
Uses of Engine in org.openrefine.clustering.binning
Methods in org.openrefine.clustering.binning with parameters of type Engine Modifier and Type Method Description voidBinningClusterer. computeClusters(Engine engine) -
Uses of Engine in org.openrefine.clustering.knn
Methods in org.openrefine.clustering.knn with parameters of type Engine Modifier and Type Method Description voidkNNClusterer. computeClusters(Engine engine) -
Uses of Engine in org.openrefine.commands
Methods in org.openrefine.commands that return Engine Modifier and Type Method Description protected static EngineCommand. getEngine(javax.servlet.http.HttpServletRequest request, Project project)Utility function to reconstruct the browsing engine from the "engine" request parameter, most often in the POST body. -
Uses of Engine in org.openrefine.commands.browsing
Methods in org.openrefine.commands.browsing with parameters of type Engine Modifier and Type Method Description voidGetScatterplotCommand. draw(OutputStream output, Project project, Engine engine, ScatterplotFacet.ScatterplotFacetConfig o) -
Uses of Engine in org.openrefine.exporters
Methods in org.openrefine.exporters with parameters of type Engine Modifier and Type Method Description static int[]CustomizableTabularExporterUtilities. countColumnsRows(Grid grid, Engine engine, Properties params)voidCsvExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer)voidHtmlTableExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer)voidOdsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)voidStreamExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, OutputStream outputStream)voidTemplatingExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidUrlExporter. export(Project project, Properties options, Engine engine, URL url)voidWriterExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidXlsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)static voidCustomizableTabularExporterUtilities. exportRows(Grid grid, Engine engine, Properties params, TabularSerializer serializer, SortingConfig sortingConfig) -
Uses of Engine in org.openrefine.exporters.sql
Methods in org.openrefine.exporters.sql with parameters of type Engine Modifier and Type Method Description voidSqlExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer) -
Uses of Engine in org.openrefine.operations
Methods in org.openrefine.operations that return Engine Modifier and Type Method Description protected EngineEngineDependentOperation. getEngine(Grid grid, long projectId) -
Uses of Engine in org.openrefine.operations.column
Methods in org.openrefine.operations.column that return Engine Modifier and Type Method Description protected EngineColumnSplitOperation. getEngine(Grid grid, long projectId) -
Uses of Engine in org.openrefine.wikibase.exporters
Methods in org.openrefine.wikibase.exporters with parameters of type Engine Modifier and Type Method Description voidQuickStatementsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidSchemaExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidQuickStatementsExporter. translateSchema(Grid grid, Engine engine, WikibaseSchema schema, Writer writer)Exports a project and a schema to a QuickStatements file -
Uses of Engine in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema with parameters of type Engine Modifier and Type Method Description List<EntityEdit>WikibaseSchema. evaluate(Grid grid, Engine engine)Same as above, ignoring any warnings.List<EntityEdit>WikibaseSchema. evaluate(Grid grid, Engine engine, QAWarningStore warningStore)Evaluates the schema on a project, returning a list of EntityUpdates generated by the schema.
-