Uses of Class
org.openrefine.model.changes.RowInRecordChangeDataJoiner
-
Packages that use RowInRecordChangeDataJoiner Package Description org.openrefine.operations org.openrefine.operations.cell org.openrefine.operations.column org.openrefine.operations.recon -
-
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations
Methods in org.openrefine.operations that return RowInRecordChangeDataJoiner Modifier and Type Method Description protected abstract RowInRecordChangeDataJoiner
ExpressionBasedOperation. changeDataJoiner(Grid grid, ChangeContext context)
Returns the joiner used to insert the result of the evaluation of the expression into a row or record.Constructors in org.openrefine.operations with parameters of type RowInRecordChangeDataJoiner Constructor Description NegativeRowMapper(RowInRecordChangeDataJoiner joiner)
PositiveRowMapper(RowInRecordChangeDataProducer<Cell> producer, RowInRecordChangeDataJoiner joiner)
-
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations.cell
Subclasses of RowInRecordChangeDataJoiner in org.openrefine.operations.cell Modifier and Type Class Description static class
TextTransformOperation.Joiner
Methods in org.openrefine.operations.cell that return RowInRecordChangeDataJoiner Modifier and Type Method Description protected RowInRecordChangeDataJoiner
MassEditOperation. changeDataJoiner(Grid grid, ChangeContext context)
protected RowInRecordChangeDataJoiner
TextTransformOperation. changeDataJoiner(Grid grid, ChangeContext context)
-
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations.column
Subclasses of RowInRecordChangeDataJoiner in org.openrefine.operations.column Modifier and Type Class Description static class
ColumnAdditionOperation.Joiner
Methods in org.openrefine.operations.column that return RowInRecordChangeDataJoiner Modifier and Type Method Description protected RowInRecordChangeDataJoiner
ColumnAdditionByFetchingURLsOperation. changeDataJoiner(Grid grid, ChangeContext context)
protected RowInRecordChangeDataJoiner
ColumnAdditionOperation. changeDataJoiner(Grid grid, ChangeContext context)
-
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations.recon
Subclasses of RowInRecordChangeDataJoiner in org.openrefine.operations.recon Modifier and Type Class Description protected static class
ReconOperation.Joiner
-