Uses of Class
org.openrefine.operations.EngineDependentOperation
-
-
Uses of EngineDependentOperation in org.openrefine.operations
Subclasses of EngineDependentOperation in org.openrefine.operations Modifier and Type Class Description class
ExpressionBasedOperation
Base class for an operation which evaluates an expression on rows or records, and then uses it to derive the new grid.class
RowMapOperation
Simplifies the architecture for immediate operations which simply act by mapping rows. -
Uses of EngineDependentOperation in org.openrefine.operations.cell
Subclasses of EngineDependentOperation in org.openrefine.operations.cell Modifier and Type Class Description class
BlankDownOperation
Transforms a table without a record structure to blanking out values which are identical to those on the previous row, creating a record structure.class
FillDownOperation
Transforms a table with a record structure to by spreading non-null values in the rows below, in a specific column.class
MassEditOperation
Edits values in a column, by replacing some values by others.class
TextTransformOperation
-
Uses of EngineDependentOperation in org.openrefine.operations.column
Subclasses of EngineDependentOperation in org.openrefine.operations.column Modifier and Type Class Description class
ColumnAdditionByFetchingURLsOperation
Adds a column by fetching URLs generated by an expression, based on a column.class
ColumnAdditionOperation
Adds a new column by evaluating an expression, based on a given column.class
ColumnMoveOperation
class
ColumnRemovalOperation
class
ColumnRenameOperation
class
ColumnReorderOperation
class
ColumnSplitOperation
-
Uses of EngineDependentOperation in org.openrefine.operations.recon
Subclasses of EngineDependentOperation in org.openrefine.operations.recon Modifier and Type Class Description class
ExtendDataOperation
class
ReconClearSimilarCellsOperation
class
ReconCopyAcrossColumnsOperation
class
ReconDiscardJudgmentsOperation
class
ReconJudgeSimilarCellsOperation
class
ReconMarkNewTopicsOperation
Marks all filtered cells in a given column as reconciled to "new".class
ReconMatchBestCandidatesOperation
class
ReconMatchSpecificTopicOperation
class
ReconOperation
Runs reconciliation on a column.class
ReconUseValuesAsIdentifiersOperation
When a column contains bare identifiers or URLs, this can be used to mark them as reconciled to some reconciliation service. -
Uses of EngineDependentOperation in org.openrefine.operations.row
Subclasses of EngineDependentOperation in org.openrefine.operations.row Modifier and Type Class Description class
RowFlagOperation
class
RowRemovalOperation
class
RowStarOperation
-
Uses of EngineDependentOperation in org.openrefine.wikibase.operations
Subclasses of EngineDependentOperation in org.openrefine.wikibase.operations Modifier and Type Class Description class
PerformWikibaseEditsOperation
-