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 void
Clusterer. 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 void
BinningClusterer. 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 void
kNNClusterer. 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 Engine
Command. 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 void
GetScatterplotCommand. 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)
void
CsvExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer)
void
HtmlTableExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer)
void
OdsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)
void
StreamExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, OutputStream outputStream)
void
TemplatingExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)
void
UrlExporter. export(Project project, Properties options, Engine engine, URL url)
void
WriterExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)
void
XlsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)
static void
CustomizableTabularExporterUtilities. 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 void
SqlExporter. 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 Engine
EngineDependentOperation. 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 Engine
ColumnSplitOperation. 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 void
QuickStatementsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)
void
SchemaExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)
void
QuickStatementsExporter. 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.
-