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 classExpressionBasedOperationBase class for an operation which evaluates an expression on rows or records, and then uses it to derive the new grid.classRowMapOperationSimplifies 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 classBlankDownOperationTransforms a table without a record structure to blanking out values which are identical to those on the previous row, creating a record structure.classFillDownOperationTransforms a table with a record structure to by spreading non-null values in the rows below, in a specific column.classMassEditOperationEdits values in a column, by replacing some values by others.classTextTransformOperation -
Uses of EngineDependentOperation in org.openrefine.operations.column
Subclasses of EngineDependentOperation in org.openrefine.operations.column Modifier and Type Class Description classColumnAdditionByFetchingURLsOperationAdds a column by fetching URLs generated by an expression, based on a column.classColumnAdditionOperationAdds a new column by evaluating an expression, based on a given column.classColumnMoveOperationclassColumnRemovalOperationclassColumnRenameOperationclassColumnReorderOperationclassColumnSplitOperation -
Uses of EngineDependentOperation in org.openrefine.operations.recon
Subclasses of EngineDependentOperation in org.openrefine.operations.recon Modifier and Type Class Description classExtendDataOperationclassReconClearSimilarCellsOperationclassReconCopyAcrossColumnsOperationclassReconDiscardJudgmentsOperationclassReconJudgeSimilarCellsOperationclassReconMarkNewTopicsOperationMarks all filtered cells in a given column as reconciled to "new".classReconMatchBestCandidatesOperationclassReconMatchSpecificTopicOperationclassReconOperationRuns reconciliation on a column.classReconUseValuesAsIdentifiersOperationWhen 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 classRowFlagOperationclassRowRemovalOperationclassRowStarOperation -
Uses of EngineDependentOperation in org.openrefine.wikibase.operations
Subclasses of EngineDependentOperation in org.openrefine.wikibase.operations Modifier and Type Class Description classPerformWikibaseEditsOperation
-